Skip to content

Commit

Permalink
chore(env): update services version
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Apr 2, 2024
1 parent 78b001d commit 7504eb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@ K6_VERSION=0.44.0

# api-gateway
API_GATEWAY_IMAGE=instill/api-gateway
API_GATEWAY_VERSION=0.11.0-beta
API_GATEWAY_VERSION=0.12.0-beta
API_GATEWAY_HOST=api-gateway
API_GATEWAY_PORT=8080
API_GATEWAY_STATS_PORT=8070
API_GATEWAY_METRICS_PORT=8071

# mgmt-backend
MGMT_BACKEND_IMAGE=instill/mgmt-backend
MGMT_BACKEND_VERSION=0.12.0-beta
MGMT_BACKEND_VERSION=0.13.0-beta
MGMT_BACKEND_HOST=mgmt-backend
MGMT_BACKEND_PRIVATEPORT=3084
MGMT_BACKEND_PUBLICPORT=8084

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.24.1-beta
PIPELINE_BACKEND_VERSION=0.25.0-beta
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081
Expand All @@ -86,7 +86,7 @@ CONTROLLER_MODEL_PRIVATEPORT=3086

# console
CONSOLE_IMAGE=instill/console
CONSOLE_VERSION=0.41.0-beta
CONSOLE_VERSION=0.42.3-beta
CONSOLE_HOST=console
CONSOLE_PORT=3000

Expand Down

0 comments on commit 7504eb5

Please sign in to comment.