Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/plumber/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: plumber
description: Helm chart for Plumber
type: application
version: "1.3.2"
appVersion: "1.3.2"
version: "1.3.3"
appVersion: "1.3.3"
home: https://github.com/getplumber/platform/
maintainers:
- name: devpro
Expand Down
4 changes: 2 additions & 2 deletions charts/plumber/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ backend:
imageName: getplumber/backend
# -- Image pull policy for the container.
imagePullPolicy: Always
tag: v2.37.1
tag: v2.38.0
Comment thread
cursor[bot] marked this conversation as resolved.
replicaCount: 1
revisionHistoryLimit: 5
port: 3000
Expand Down Expand Up @@ -173,7 +173,7 @@ worker:
imageName: getplumber/backend
# -- Image pull policy for the container.
imagePullPolicy: Always
tag: v2.37.1
tag: v2.38.0
replicaCount: 5
revisionHistoryLimit: 5
args:
Expand Down
2 changes: 1 addition & 1 deletion versions.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FRONTEND_IMAGE_TAG=v2.34.5
BACKEND_IMAGE_TAG=v2.37.1
BACKEND_IMAGE_TAG=v2.38.0
Loading