Skip to content

Commit 7a26da5

Browse files
chore(env): update MGMT_BACKEND_VERSION (#1429)
Because - The version of the mgmt-backend service is not updated in the instill-core repository. This commit - updates the `MGMT_BACKEND_VERSION` in the `.env` file to `0.25.4`. - updates the `mgmtBackend.image.tag` in the helm chart values.yaml file to `0.25.4`. ## Changes in mgmt-backend - chore(main): release 0.25.4 (instill-ai/mgmt-backend#301) - fix(repo): update error assertions on repo clients (instill-ai/mgmt-backend#302) - chore(repo): wrap repository errors into domain ones (instill-ai/mgmt-backend#300) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates mgmt-backend image/tag to 0.25.4 in .env and Helm values. > > - **Backend**: > - **mgmt-backend**: Bump image/tag to `0.25.4` in `.env` and `charts/core/values.yaml`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 019e577. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: jvallesm <[email protected]>
1 parent bbe7565 commit 7a26da5

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)