From b3c211aaca0c32d81bb1ef049338739ad222d5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Tue, 17 Dec 2024 11:29:25 +0100 Subject: [PATCH] chore(pipeline): update pipeline-backend to v0.49.0-beta --- .env | 2 +- charts/core/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 959ce78c..3266c7fc 100644 --- a/.env +++ b/.env @@ -65,7 +65,7 @@ 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 diff --git a/charts/core/values.yaml b/charts/core/values.yaml index d82d79a9..818fcb8b 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: {}