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: {}