From 81f09fe8db27f6fd055df945f0064b1294d20ff6 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Tue, 19 May 2026 15:40:10 +0300 Subject: [PATCH] make appVersion with v prefix --- hack/helm-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/helm-build.sh b/hack/helm-build.sh index f21453764..09b72b545 100755 --- a/hack/helm-build.sh +++ b/hack/helm-build.sh @@ -33,7 +33,7 @@ for chart_dir in deploy/charts/*/; do cp "${chart_dir}Chart.yaml" "${chart_dir}Chart.yaml.bak" sed -i.tmp "s/^version:.*/version: $CHART_VERSION/" "${chart_dir}Chart.yaml" - sed -i.tmp "s/^appVersion:.*/appVersion: $CHART_VERSION/" "${chart_dir}Chart.yaml" + sed -i.tmp "s/^appVersion:.*/appVersion: v$CHART_VERSION/" "${chart_dir}Chart.yaml" rm -f "${chart_dir}Chart.yaml.tmp" "$HELM" package "$chart_dir" --version "$CHART_VERSION" --destination ./bin/