Skip to content

Commit

Permalink
chore(env): bump service version
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Nov 20, 2024
1 parent ad79cf7 commit 7d630e7
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 @@ -48,7 +48,7 @@ XK6_VERSION=0.11.0

# api-gateway
API_GATEWAY_IMAGE=instill/api-gateway
API_GATEWAY_VERSION=0.29.0-beta
API_GATEWAY_VERSION=0.30.0-beta
API_GATEWAY_HOST=api-gateway
API_GATEWAY_PORT=8080
API_GATEWAY_STATS_PORT=8070
Expand All @@ -63,7 +63,7 @@ MGMT_BACKEND_PUBLICPORT=8084

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.46.0-beta
PIPELINE_BACKEND_VERSION=0.47.0-beta
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081
Expand All @@ -77,14 +77,14 @@ MODEL_BACKEND_PUBLICPORT=8083

# artifact-backend
ARTIFACT_BACKEND_IMAGE=instill/artifact-backend
ARTIFACT_BACKEND_VERSION=0.20.0-alpha
ARTIFACT_BACKEND_VERSION=0.21.0-alpha
ARTIFACT_BACKEND_HOST=artifact-backend
ARTIFACT_BACKEND_PRIVATEPORT=3082
ARTIFACT_BACKEND_PUBLICPORT=8082

# console
CONSOLE_IMAGE=instill/console
CONSOLE_VERSION=0.62.0-beta
CONSOLE_VERSION=0.63.0-beta
CONSOLE_HOST=console
CONSOLE_PORT=3000

Expand Down

0 comments on commit 7d630e7

Please sign in to comment.