Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ARTIFACT_BACKEND_HOST_PUBLICPORT=8082

# model-backend
MODEL_BACKEND_IMAGE=instill/model-backend
MODEL_BACKEND_VERSION=be9e861
MODEL_BACKEND_VERSION=1490240
MODEL_BACKEND_HOST=model-backend
MODEL_BACKEND_PRIVATEPORT=3083
MODEL_BACKEND_PUBLICPORT=8083
Expand Down
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ modelBackend:
# -- The image of model-backend
image:
repository: instill/model-backend
tag: "be9e861"
tag: "1490240"
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down
Loading