Set the chart's placeholder version to 0.28.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 9bf4c92 and 2b396d2, so a
tree heading for v0.28.0 doesn't say 0.27.0.
This commit is contained in:
Niklas Ye
2026-09-26 09:19:35 +02:00
parent 9d1df2b611
commit 976a2d63bc
+2 -2
View File
@@ -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.27.0
appVersion: "v0.27.0"
version: 0.28.0
appVersion: "v0.28.0"