Skip to content

Commit 47a8e32

Browse files
droplet-botpinglin
andauthored
chore(env): update API_GATEWAY_VERSION (#1436)
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 `4e26462`. - updates the `apiGateway.image.tag` in the helm chart values.yaml file to `4e26462`. ## Changes in api-gateway - Initial version update Co-authored-by: pinglin <[email protected]>
1 parent 4137f67 commit 47a8e32

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=51ac20e
51+
API_GATEWAY_VERSION=4e26462
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: 51ac20e
241+
tag: 4e26462
242242
pullPolicy: IfNotPresent
243243
# -- Annotation for deployment
244244
annotations: {}
@@ -1120,6 +1120,7 @@ openfga:
11201120
11211121
11221122
1123+
11231124
echo "Waiting for database to be ready...";
11241125
sleep 2;
11251126
done; createdb || true

0 commit comments

Comments
 (0)