diff --git a/charts/plumber/Chart.yaml b/charts/plumber/Chart.yaml index 935ccd5..e657769 100644 --- a/charts/plumber/Chart.yaml +++ b/charts/plumber/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: plumber description: Helm chart for Plumber type: application -version: "1.4.1" -appVersion: "1.4.1" +version: "1.4.2" +appVersion: "1.4.2" home: https://github.com/getplumber/platform/ maintainers: - name: devpro diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index 52f3452..63fe000 100644 --- a/charts/plumber/values.yaml +++ b/charts/plumber/values.yaml @@ -22,7 +22,7 @@ front: imageName: getplumber/frontend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.35.0 + tag: v2.36.1 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 @@ -91,7 +91,7 @@ backend: imageName: getplumber/backend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.41.1 + tag: v2.41.3 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 @@ -183,7 +183,7 @@ worker: imageName: getplumber/backend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.41.1 + tag: v2.41.3 replicaCount: 5 revisionHistoryLimit: 5 args: diff --git a/versions.env b/versions.env index d32701d..1446786 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.35.0 -BACKEND_IMAGE_TAG=v2.41.1 +FRONTEND_IMAGE_TAG=v2.36.1 +BACKEND_IMAGE_TAG=v2.41.3