Skip to content

Commit

Permalink
chore(pipeline): update pipeline-backend to v0.49.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Dec 17, 2024
1 parent f83ce23 commit b3c211a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit b3c211a

Please sign in to comment.