From c15cfc9fc76b1477b3a375ecc2ed3932d8734173 Mon Sep 17 00:00:00 2001 From: Totara-thib Date: Mon, 30 Mar 2026 17:47:49 +0200 Subject: [PATCH 1/2] chore(versions): update frontend image tag to v2.34.2; bump plumber chart version to 1.1.2 --- charts/plumber/Chart.yaml | 4 ++-- charts/plumber/values.yaml | 2 +- versions.env | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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..dcbb646 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.2 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 diff --git a/versions.env b/versions.env index 7a00ea9..07de7b8 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.34.1 +FRONTEND_IMAGE_TAG=v2.34.2 BACKEND_IMAGE_TAG=v2.37.1 From 198470ffa2d8732e6ab2c2dd8b87828a094cbd7e Mon Sep 17 00:00:00 2001 From: Totara-thib Date: Tue, 31 Mar 2026 09:29:25 +0200 Subject: [PATCH 2/2] chore(versions): update frontend image tag to v2.34.4 --- charts/plumber/values.yaml | 2 +- versions.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index dcbb646..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.2 + tag: v2.34.4 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 diff --git a/versions.env b/versions.env index 07de7b8..59b045a 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.34.2 +FRONTEND_IMAGE_TAG=v2.34.4 BACKEND_IMAGE_TAG=v2.37.1