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 @@ -91,7 +91,7 @@ MODEL_BACKEND_HOST_PUBLICPORT=8083

# mgmt-backend
MGMT_BACKEND_IMAGE=instill/mgmt-backend
MGMT_BACKEND_VERSION=0.25.3
MGMT_BACKEND_VERSION=5564771
MGMT_BACKEND_HOST=mgmt-backend
MGMT_BACKEND_PRIVATEPORT=3084
MGMT_BACKEND_PUBLICPORT=8084
Expand Down
3 changes: 2 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ mgmtBackend:
# -- The image of mgmt-backend
image:
repository: instill/mgmt-backend
tag: 0.25.3
tag: "5564771"
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -1116,6 +1116,7 @@ openfga:




echo "Waiting for database to be ready...";
sleep 2;
done; createdb || true
Expand Down