Skip to content

Commit

Permalink
chore(env): update service version
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Aug 29, 2024
1 parent f307ba0 commit 535fcfe
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 @@ -46,7 +46,7 @@ K6_VERSION=0.44.0

# api-gateway
API_GATEWAY_IMAGE=instill/api-gateway
API_GATEWAY_VERSION=0.23.0-beta
API_GATEWAY_VERSION=0.24.0-beta
API_GATEWAY_HOST=api-gateway
API_GATEWAY_PORT=8080
API_GATEWAY_STATS_PORT=8070
Expand All @@ -61,14 +61,14 @@ MGMT_BACKEND_PUBLICPORT=8084

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.35.0-beta
PIPELINE_BACKEND_VERSION=0.37.0-beta
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081

# model-backend
MODEL_BACKEND_IMAGE=instill/model-backend
MODEL_BACKEND_VERSION=0.28.0-alpha
MODEL_BACKEND_VERSION=0.29.0-alpha
MODEL_BACKEND_HOST=model-backend
MODEL_BACKEND_PRIVATEPORT=3083
MODEL_BACKEND_PUBLICPORT=8083
Expand All @@ -82,7 +82,7 @@ ARTIFACT_BACKEND_PUBLICPORT=8082

# console
CONSOLE_IMAGE=instill/console
CONSOLE_VERSION=0.54.0-beta
CONSOLE_VERSION=0.55.0-beta
CONSOLE_HOST=console
CONSOLE_PORT=3000

Expand Down

0 comments on commit 535fcfe

Please sign in to comment.