Skip to content

Commit 9351fb9

Browse files
droplet-botpinglin
andauthored
chore(env): update API_GATEWAY_VERSION (#1439)
Because - The version of the api-gateway service is not updated in the instill-core repository. This commit - updates the `API_GATEWAY_VERSION` in the `.env` file to `fa122d7`. - updates the `apiGateway.image.tag` in the helm chart values.yaml file to `fa122d7`. ## Changes in api-gateway - feat(endpoints): add file reprocessing endpoints (instill-ai/api-gateway#325) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates api-gateway image/tag to fa122d7 in .env and Helm values, and adds echo/sleep to the OpenFGA migrate createdb wait loop. > > - **Config**: > - **API Gateway**: Update image/tag from `4e26462` to `fa122d7` in `.env` (`API_GATEWAY_VERSION`) and `charts/core/values.yaml` (`apiGateway.image.tag`). > - **OpenFGA Migration**: Modify `openfga.migrate.extraInitContainers[openfga-createdb].args` loop to print a wait message and sleep 2s before running `createdb`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit af4763b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: pinglin <[email protected]>
1 parent 3ea83b7 commit 9351fb9

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
@@ -48,7 +48,7 @@ XK6_SQL_POSTGRES_VERSION=0.1.0
4848

4949
# api-gateway
5050
API_GATEWAY_IMAGE=instill/api-gateway
51-
API_GATEWAY_VERSION=4e26462
51+
API_GATEWAY_VERSION=fa122d7
5252
API_GATEWAY_HOST=api-gateway
5353
API_GATEWAY_PORT=8080
5454
API_GATEWAY_STATS_PORT=8070

charts/core/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ apiGateway:
238238
# -- The image of api-gateway
239239
image:
240240
repository: instill/api-gateway
241-
tag: 4e26462
241+
tag: fa122d7
242242
pullPolicy: IfNotPresent
243243
# -- Annotation for deployment
244244
annotations: {}
@@ -1122,6 +1122,7 @@ openfga:
11221122
11231123
11241124
1125+
11251126
echo "Waiting for database to be ready...";
11261127
sleep 2;
11271128
done; createdb || true

0 commit comments

Comments
 (0)