Skip to content

Commit cbd4a97

Browse files
droplet-botpinglin
andauthored
chore(env): update MODEL_BACKEND_VERSION (#1437)
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 `0247eee`. - updates the `modelBackend.image.tag` in the helm chart values.yaml file to `0247eee`. ## Changes in model-backend - Initial version update Co-authored-by: pinglin <[email protected]>
1 parent 47a8e32 commit cbd4a97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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=4858889
84+
MODEL_BACKEND_VERSION=0247eee
8585
MODEL_BACKEND_HOST=model-backend
8686
MODEL_BACKEND_PRIVATEPORT=3083
8787
MODEL_BACKEND_PUBLICPORT=8083

charts/core/values.yaml

Lines changed: 2 additions & 1 deletion
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: "4858889"
518+
tag: "0247eee"
519519
pullPolicy: IfNotPresent
520520
# -- Annotation for deployment
521521
annotations: {}
@@ -1121,6 +1121,7 @@ openfga:
11211121
11221122
11231123
1124+
11241125
echo "Waiting for database to be ready...";
11251126
sleep 2;
11261127
done; createdb || true

0 commit comments

Comments
 (0)