diff --git a/charts/plumber/Chart.yaml b/charts/plumber/Chart.yaml index c9854e2..29a01e7 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.1.1" -appVersion: "1.1.1" +version: "1.1.2" +appVersion: "1.1.2" home: https://github.com/getplumber/platform/ maintainers: - name: devpro diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index 3cbc415..30dd57b 100644 --- a/charts/plumber/values.yaml +++ b/charts/plumber/values.yaml @@ -9,7 +9,7 @@ front: type: frontend name: plumber-front image: docker.io/getplumber/frontend - tag: v2.34.1 + tag: v2.34.4 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 diff --git a/versions.env b/versions.env index 7a00ea9..59b045a 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.34.1 +FRONTEND_IMAGE_TAG=v2.34.4 BACKEND_IMAGE_TAG=v2.37.1