From f49a95c67b51367cf1895c0fb8b7cd2a01be2e06 Mon Sep 17 00:00:00 2001 From: Totara-thib Date: Thu, 7 May 2026 11:39:24 +0200 Subject: [PATCH] chore(versions): update frontend image tag to v2.34.7; bump plumber chart version to 1.3.6 --- 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 901adf1..4d22056 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.3.5" -appVersion: "1.3.5" +version: "1.3.6" +appVersion: "1.3.6" home: https://github.com/getplumber/platform/ maintainers: - name: devpro diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index 786c264..522be2f 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.34.6 + tag: v2.34.7 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 diff --git a/versions.env b/versions.env index 678157c..f5339a6 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.34.6 +FRONTEND_IMAGE_TAG=v2.34.7 BACKEND_IMAGE_TAG=v2.40.0