From d912fc965e3f6bab6d0b2a52bcee336952fbf152 Mon Sep 17 00:00:00 2001 From: Thomas Boni Date: Mon, 7 Sep 2026 12:41:07 +0000 Subject: [PATCH] chore: bump frontend to v2.37.2 Frontend v2.37.2 was released after the 1.5 chart went out, so the pin moves up one patch in versions.env and values.yaml. Backend stays v2.43.2. Chart version follows to 1.5.2, since 1.5.1 is already published and the chart content is changing. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WkEoFQP5bxWXS5qgkYxmu8 --- 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 ed708b1..70f30f6 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.5.1" -appVersion: "1.5.1" +version: "1.5.2" +appVersion: "1.5.2" home: https://github.com/getplumber/platform/ maintainers: - name: devpro diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index d9ead2a..9bce10b 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.37.1 + tag: v2.37.2 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 diff --git a/versions.env b/versions.env index a227c81..3c20bff 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.37.1 +FRONTEND_IMAGE_TAG=v2.37.2 BACKEND_IMAGE_TAG=v2.43.2