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 Feb 16, 2024
1 parent b7924a3 commit 9716948
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 @@ -39,17 +39,17 @@ ARTIVC_VERSION=0.10.0
K6_VERSION=0.44.0

# Instill Core
INSTILL_CORE_VERSION=0.11.0-beta
INSTILL_CORE_VERSION=0.12.0-beta
INSTILL_CORE_HOST=localhost

# api-gateway
API_GATEWAY_HOST=api-gateway
API_GATEWAY_PORT=8080
API_GATEWAY_VERSION=0.9.0-beta
API_GATEWAY_VERSION=0.10.0-beta

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.21.1-beta
PIPELINE_BACKEND_VERSION=0.22.0-beta
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081
Expand All @@ -58,7 +58,7 @@ PIPELINE_BACKEND_PUBLICPORT=8081
MGMT_BACKEND_HOST=mgmt-backend
MGMT_BACKEND_PRIVATEPORT=3084
MGMT_BACKEND_PUBLICPORT=8084
MGMT_BACKEND_VERSION=0.10.0-beta
MGMT_BACKEND_VERSION=0.11.0-beta

# model-backend
MODEL_BACKEND_HOST=model-backend
Expand Down

0 comments on commit 9716948

Please sign in to comment.