From 4e8c52c28c5b1f11a85b46689157f8399b713882 Mon Sep 17 00:00:00 2001 From: Niklas Ye Date: Sun, 20 Sep 2026 21:29:05 +0200 Subject: [PATCH] Set the chart's placeholder version to 0.14.0 Cosmetic, as in 4c85e76 and 041e159. `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.14.0 that still says 0.13.0 tells a reader something false. 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 6cd11a5..5ab772e 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.13.0 -appVersion: "v0.13.0" +version: 0.14.0 +appVersion: "v0.14.0"