Skip to content

Commit d35708d

Browse files
droplet-botpinglin
andauthored
chore(env): update MODEL_BACKEND_VERSION (#1451)
Because - The version of the model-backend service is not updated in the instill-core repository. This commit - updates the `MODEL_BACKEND_VERSION` in the `.env` file to `ee05fdd`. - updates the `modelBackend.image.tag` in the helm chart values.yaml file to `ee05fdd`. ## Changes in model-backend - refactor(api): align Model API naming with Pipeline convention (instill-ai/model-backend#785) - refactor(acl): migrate to shared ACL client library and remove deprecated handlers (instill-ai/model-backend#784) - chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.45.0 (instill-ai/model-backend#781) - chore(go): upgrade to 1.25.6 - refactor(model): adopt flattened protobuf packages and AIP-compliant resource names (instill-ai/model-backend#783) Co-authored-by: pinglin <[email protected]>
1 parent b38129d commit d35708d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ARTIFACT_BACKEND_HOST_PUBLICPORT=8082
8181

8282
# model-backend
8383
MODEL_BACKEND_IMAGE=instill/model-backend
84-
MODEL_BACKEND_VERSION=6006495
84+
MODEL_BACKEND_VERSION=ee05fdd
8585
MODEL_BACKEND_HOST=model-backend
8686
MODEL_BACKEND_PRIVATEPORT=3083
8787
MODEL_BACKEND_PUBLICPORT=8083

charts/core/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ modelBackend:
515515
# -- The image of model-backend
516516
image:
517517
repository: instill/model-backend
518-
tag: "6006495"
518+
tag: "ee05fdd"
519519
pullPolicy: IfNotPresent
520520
# -- Annotation for deployment
521521
annotations: {}
@@ -1112,7 +1112,6 @@ openfga:
11121112
echo "Waiting for database to be ready...";
11131113
sleep 2;
11141114
done; createdb || true
1115-
11161115
env:
11171116
- name: PGDATABASE
11181117
value: "openfga"

0 commit comments

Comments
 (0)