Skip to content
Merged
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=6006495
MODEL_BACKEND_VERSION=ee05fdd
MODEL_BACKEND_HOST=model-backend
MODEL_BACKEND_PRIVATEPORT=3083
MODEL_BACKEND_PUBLICPORT=8083
Expand Down
3 changes: 1 addition & 2 deletions 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: "6006495"
tag: "ee05fdd"
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -1112,7 +1112,6 @@ openfga:
echo "Waiting for database to be ready...";
sleep 2;
done; createdb || true

env:
- name: PGDATABASE
value: "openfga"
Expand Down
Loading