Skip to content

Commit 019e577

Browse files
jvallesmgithub-actions[bot]
authored andcommitted
chore(env): update MGMT_BACKEND_VERSION
1 parent bbe7565 commit 019e577

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ MODEL_BACKEND_HOST_PUBLICPORT=8083
9191

9292
# mgmt-backend
9393
MGMT_BACKEND_IMAGE=instill/mgmt-backend
94-
MGMT_BACKEND_VERSION=0.25.3
94+
MGMT_BACKEND_VERSION=0.25.4
9595
MGMT_BACKEND_HOST=mgmt-backend
9696
MGMT_BACKEND_PRIVATEPORT=3084
9797
MGMT_BACKEND_PUBLICPORT=8084

charts/core/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)