From 32a383ed4ce26148e2a985ed959ac3b19fcce5ce Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 21 Sep 2026 15:39:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80(helm)=20publish=20chert=20version?= =?UTF-8?q?=206.0.0-alpha.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We publish a first alpha version of our chart 6.0.0-alpha.1 --- src/helm/helmfile.yaml.gotmpl | 4 ++-- src/helm/impress/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/helm/helmfile.yaml.gotmpl b/src/helm/helmfile.yaml.gotmpl index cfb4c538c..ff7210889 100644 --- a/src/helm/helmfile.yaml.gotmpl +++ b/src/helm/helmfile.yaml.gotmpl @@ -1,10 +1,10 @@ environments: dev: values: - - version: 5.7.0 + - version: 6.0.0-alpha.1 feature: values: - - version: 5.7.0 + - version: 6.0.0-alpha.1 feature: ci domain: example.com imageTag: demo diff --git a/src/helm/impress/Chart.yaml b/src/helm/impress/Chart.yaml index 1551827c7..d8d90dc66 100644 --- a/src/helm/impress/Chart.yaml +++ b/src/helm/impress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: docs -version: 5.7.0 +version: 6.0.0-alpha.1 appVersion: latest