From f9c937f46accdc42fb608587f50f3cedffb626a3 Mon Sep 17 00:00:00 2001 From: pinglin <628430+pinglin@users.noreply.github.com> Date: Sun, 25 Jan 2026 06:49:32 +0000 Subject: [PATCH] chore(env): update API_GATEWAY_VERSION --- .env | 2 +- charts/core/values.yaml | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.env b/.env index dfbc9310..e3f16553 100644 --- a/.env +++ b/.env @@ -48,7 +48,7 @@ XK6_SQL_POSTGRES_VERSION=0.1.0 # api-gateway API_GATEWAY_IMAGE=instill/api-gateway -API_GATEWAY_VERSION=91a66cd +API_GATEWAY_VERSION=e0e0e9a API_GATEWAY_HOST=api-gateway API_GATEWAY_PORT=8080 API_GATEWAY_STATS_PORT=8070 diff --git a/charts/core/values.yaml b/charts/core/values.yaml index 5046bc73..d274ed2f 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -238,7 +238,7 @@ apiGateway: # -- The image of api-gateway image: repository: instill/api-gateway - tag: 91a66cd + tag: e0e0e9a pullPolicy: IfNotPresent # -- Annotation for deployment annotations: {} @@ -1091,12 +1091,7 @@ openfga: - name: wait-for-db image: postgres:15-alpine imagePullPolicy: IfNotPresent - command: - [ - "sh", - "-c", - "until pg_isready; do echo waiting for db; sleep 2; done", - ] + command: ["sh", "-c", "until pg_isready; do echo waiting for db; sleep 2; done"] env: - name: PGHOST value: "core-database" @@ -1132,6 +1127,7 @@ openfga: + echo "Waiting for database to be ready...";