From b7f262f919b0f6a321bb18320f23511986398c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= <3977183+jvallesm@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:01:28 +0100 Subject: [PATCH] chore(release): update release versions (#1164) 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 --- .env | 4 ++-- charts/core/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 959ce78c..28169133 100644 --- a/.env +++ b/.env @@ -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 diff --git a/charts/core/values.yaml b/charts/core/values.yaml index d82d79a9..88aa382d 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -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: {} @@ -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: {}