From dc92f51cf8d40c8da9b58c829a997e8dc26f4c51 Mon Sep 17 00:00:00 2001 From: Niklas Ye Date: Sat, 26 Sep 2026 07:52:07 +0200 Subject: [PATCH] Set the chart's placeholder version to 0.25.0 Cosmetic: make helm-package sets the published version and appVersion from the tag, so these two fields decide nothing (see the comment above them). Kept in step anyway, same as e8d45f9 and 3ee8583, so a tree heading for v0.25.0 doesn't say 0.24.0. --- 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 fa611ef..5062e84 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.24.0 -appVersion: "v0.24.0" +version: 0.25.0 +appVersion: "v0.25.0"