Skip to content

Commit

Permalink
chore(release): update release versions (#1164)
Browse files Browse the repository at this point in the history
Because

- New versions of the different dependencies have been released.

This commit

- Update the release versions of the different repositories.

---------

Co-authored-by: Heiru Wu <[email protected]>
  • Loading branch information
jvallesm and heiruwu authored Dec 17, 2024
1 parent f83ce23 commit b7f262f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ MGMT_BACKEND_PUBLICPORT=8084

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.48.0-beta
PIPELINE_BACKEND_VERSION=0.49.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.33.1-alpha
MODEL_BACKEND_VERSION=0.34.0-alpha
MODEL_BACKEND_HOST=model-backend
MODEL_BACKEND_PRIVATEPORT=3083
MODEL_BACKEND_PUBLICPORT=8083
Expand Down
4 changes: 2 additions & 2 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ pipelineBackend:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 0.48.0-beta
tag: 0.49.0-beta
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -466,7 +466,7 @@ modelBackend:
# -- The image of model-backend
image:
repository: instill/model-backend
tag: 0.33.1-alpha
tag: 0.34.0-alpha
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down

0 comments on commit b7f262f

Please sign in to comment.