From cd42945a483420245f9d8f1441c53e3a618c568c Mon Sep 17 00:00:00 2001 From: Lukas Wuttke Date: Thu, 10 Sep 2026 20:49:37 +0200 Subject: [PATCH] =?UTF-8?q?chore(chart):=20bump=20to=201.9.113=20=E2=80=94?= =?UTF-8?q?=20#1033's=20template=20change=20landed=20on=20the=20same=201.9?= =?UTF-8?q?.112=20that=20#1032=20already=20shipped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The image-refresh CronJob fix (#1033) bumped Chart.yaml 1.9.111 -> 1.9.112 on its own branch, and so did the control-plane trim (#1032). Both merged; the second bump was a no-op, so develop's chart version now equals staging's while the templates differ, and the chart-version guard rightly refuses the staging promotion. This bump carries #1033 to 1.9.113. No template change. --- client/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Chart.yaml b/client/Chart.yaml index 14a392bd..68ec1618 100644 --- a/client/Chart.yaml +++ b/client/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: client description: A unified Helm chart for tracebloc on AKS, EKS, bare-metal, and OpenShift type: application -version: 1.9.112 -appVersion: "1.9.112" +version: 1.9.113 +appVersion: "1.9.113" keywords: - tracebloc - kubernetes