Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ XK6_SQL_POSTGRES_VERSION=0.1.0

# api-gateway
API_GATEWAY_IMAGE=instill/api-gateway
API_GATEWAY_VERSION=fa122d7
API_GATEWAY_VERSION=91a66cd
API_GATEWAY_HOST=api-gateway
API_GATEWAY_PORT=8080
API_GATEWAY_STATS_PORT=8070
Expand Down
3 changes: 2 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ apiGateway:
# -- The image of api-gateway
image:
repository: instill/api-gateway
tag: fa122d7
tag: 91a66cd
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -1125,6 +1125,7 @@ openfga:






echo "Waiting for database to be ready...";
Expand Down
Loading