Skip to content

Commit fd661c1

Browse files
chore(env): update MODEL_BACKEND_VERSION (#1341)
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 `0.38.0`. - updates the `modelBackend.image.tag` in the helm chart values.yaml file to `0.38.0`. ## Changes in model-backend - chore(main): release 0.38.0 (instill-ai/model-backend#768) - chore: release v0.38.0 - ci(workflows): update dockerhub username and password (instill-ai/model-backend#767) Co-authored-by: donch1989 <[email protected]>
1 parent 5d49e27 commit fd661c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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=4da11d1
84+
MODEL_BACKEND_VERSION=0.38.0
8585
MODEL_BACKEND_HOST=model-backend
8686
MODEL_BACKEND_PRIVATEPORT=3083
8787
MODEL_BACKEND_PUBLICPORT=8083

charts/core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ modelBackend:
536536
# -- The image of model-backend
537537
image:
538538
repository: instill/model-backend
539-
tag: 4da11d1
539+
tag: 0.38.0
540540
pullPolicy: IfNotPresent
541541
# -- Annotation for deployment
542542
annotations: {}

0 commit comments

Comments
 (0)