Set the chart's placeholder version to 0.9.3
Cosmetic, and done anyway, for the same reason as477454e: these two lines decide nothing about what is published — `helm package --version --app-version` now sets both from the tag, so they are not even read during a release — but a tree heading for v0.9.3 that says 0.9.2 tells its reader something false. The comment above them was rewritten to stop naming a specific version. It described the tree as "heading for v0.9.2", which is exactly the kind of line that has to be edited every release and is therefore the kind that goes stale. It also said nothing that publishes looks at these fields, which only became literally true in69fcc24when the sed was replaced by helm's own flags. Claude-Session: https://claude.ai/code/session_01S7R4gWTz5wh5xCY4nCSJjN
This commit is contained in:
@@ -6,13 +6,14 @@ type: application
|
|||||||
# released values. .gitea/workflows/release.yaml rewrites both from the git tag when it
|
# released values. .gitea/workflows/release.yaml rewrites both from the git tag when it
|
||||||
# publishes, so the chart version always equals the app version.
|
# publishes, so the chart version always equals the app version.
|
||||||
#
|
#
|
||||||
# They are kept in step with the tag anyway. Being read is the only thing these two
|
# They are kept in step with the tag anyway. Being read is the only thing these two lines
|
||||||
# lines do -- nothing that publishes looks at them -- and a tree heading for v0.9.2 that
|
# do -- `helm package --version --app-version` sets the published values from the tag and
|
||||||
# says 0.9.0 tells its reader something false. That is what they said until 2026-09-01,
|
# never consults these -- and a tree heading for a numbered release that states an older
|
||||||
|
# number tells its reader something false. They said 0.9.0 and "latest" until 2026-09-01,
|
||||||
# through two releases.
|
# through two releases.
|
||||||
#
|
#
|
||||||
# appVersion and image.tag in values.yaml no longer agree, and that is not an oversight:
|
# 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
|
# image.tag stays "latest", which is what a local install actually pulls. appVersion is
|
||||||
# metadata and drives nothing.
|
# metadata and drives nothing.
|
||||||
version: 0.9.2
|
version: 0.9.3
|
||||||
appVersion: "v0.9.2"
|
appVersion: "v0.9.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user