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...";