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 = 0.25.4
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 : 0.25.4
308308 pullPolicy : IfNotPresent
309309 # -- Annotation for deployment
310310 annotations : {}
@@ -1123,6 +1123,7 @@ openfga:
11231123
11241124
11251125
1126+
11261127 echo "Waiting for database to be ready...";
11271128 sleep 2;
11281129 done; createdb || true
You can’t perform that action at this time.
0 commit comments