Skip to content

Commit 3edb2bc

Browse files
chore(env): update API_GATEWAY_VERSION (#1336)
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 `0.36.0`. - updates the `apiGateway.image.tag` in the helm chart values.yaml file to `0.36.0`. ## Changes in api-gateway - chore(main): release 0.36.0 (instill-ai/api-gateway#313) - chore: release v0.36.0 - ci(workflows): update dockerhub username and password (instill-ai/api-gateway#316) - chore(plugin,otel): add missing OTEL logics (instill-ai/api-gateway#315) Co-authored-by: donch1989 <[email protected]>
1 parent 18e66c5 commit 3edb2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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=0768dba
51+
API_GATEWAY_VERSION=0.36.0
5252
API_GATEWAY_HOST=api-gateway
5353
API_GATEWAY_PORT=8080
5454
API_GATEWAY_STATS_PORT=8070

charts/core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ apiGateway:
254254
# -- The image of api-gateway
255255
image:
256256
repository: instill/api-gateway
257-
tag: 0768dba
257+
tag: 0.36.0
258258
pullPolicy: IfNotPresent
259259
# -- Annotation for deployment
260260
annotations: {}

0 commit comments

Comments
 (0)