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