File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ MODEL_BACKEND_HOST_PUBLICPORT=8083
9191
9292# mgmt-backend
9393MGMT_BACKEND_IMAGE = instill/mgmt-backend
94- MGMT_BACKEND_VERSION = 0.25.3
94+ MGMT_BACKEND_VERSION = f667995
9595MGMT_BACKEND_HOST = mgmt-backend
9696MGMT_BACKEND_PRIVATEPORT = 3084
9797MGMT_BACKEND_PUBLICPORT = 8084
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ mgmtBackend:
304304 # -- The image of mgmt-backend
305305 image :
306306 repository : instill/mgmt-backend
307- tag : 0.25.3
307+ tag : f667995
308308 pullPolicy : IfNotPresent
309309 # -- Annotation for deployment
310310 annotations : {}
@@ -1116,6 +1116,7 @@ openfga:
11161116
11171117
11181118
1119+
11191120 echo "Waiting for database to be ready...";
11201121 sleep 2;
11211122 done; createdb || true
You can’t perform that action at this time.
0 commit comments