Skip to content

Commit 18e66c5

Browse files
chore(env): update PIPELINE_BACKEND_VERSION (#1335)
Because - The version of the pipeline-backend service is not updated in the instill-core repository. This commit - updates the `PIPELINE_BACKEND_VERSION` in the `.env` file to `0.58.0`. - updates the `pipelineBackend.image.tag` in the helm chart values.yaml file to `0.58.0`. ## Changes in pipeline-backend - chore(main): release 0.58.0 (instill-ai/pipeline-backend#1054) - chore: release v0.58.0 - ci(workflows): update dockerhub username and password (instill-ai/pipeline-backend#1058) - chore(otel,config): fix missing settings and configs (instill-ai/pipeline-backend#1057) Co-authored-by: donch1989 <[email protected]>
1 parent fd661c1 commit 18e66c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ API_GATEWAY_METRICS_HOST_PORT=8071
6060

6161
# pipeline-backend
6262
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
63-
PIPELINE_BACKEND_VERSION=2b9f265
63+
PIPELINE_BACKEND_VERSION=0.58.0
6464
PIPELINE_BACKEND_HOST=pipeline-backend
6565
PIPELINE_BACKEND_PRIVATEPORT=3081
6666
PIPELINE_BACKEND_PUBLICPORT=8081

charts/core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ pipelineBackend:
398398
# -- The image of pipeline-backend
399399
image:
400400
repository: instill/pipeline-backend
401-
tag: 2b9f265
401+
tag: 0.58.0
402402
pullPolicy: IfNotPresent
403403
# -- Annotation for deployment
404404
annotations: {}

0 commit comments

Comments
 (0)