From 4cec26edde8e44b5a48638ec657bc10613abd62d Mon Sep 17 00:00:00 2001 From: Niklas Ye Date: Sat, 19 Sep 2026 17:48:28 +0200 Subject: [PATCH] Set the chart's placeholder version to 0.10.0 Cosmetic, as in 9669b8f and f46e5f5. `make helm-package` passes --version and --app-version from the tag, so neither field decides anything about what release.yaml publishes. Done anyway because a tree heading for v0.10.0 that still says 0.9.4 tells a reader something false, and the tree is what gets read before the tag exists. appVersion keeps the v, per APPVERSION_PREFIX in .release.conf. --- charts/terdut-server/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/terdut-server/Chart.yaml b/charts/terdut-server/Chart.yaml index 34e0481..d6e02fd 100644 --- a/charts/terdut-server/Chart.yaml +++ b/charts/terdut-server/Chart.yaml @@ -15,5 +15,5 @@ type: application # appVersion and image.tag in values.yaml no longer agree, and that is not an oversight: # image.tag stays "latest", which is what a local install actually pulls. appVersion is # metadata and drives nothing. -version: 0.9.4 -appVersion: "v0.9.4" +version: 0.10.0 +appVersion: "v0.10.0"