You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): publish v-prefixed GHCR image tags and align Helm appVersion
Closes#136
goreleaser was publishing ghcr.io/dvflw/mantle:0.4.0 (bare version) but not
the v-prefixed form that Kubernetes manifests and Helm charts conventionally
reference. Add a dedicated v{{ .Version }} manifest alongside the existing
bare-version manifest so both resolve.
Helm chart: default image.tag to the chart's appVersion (formatted as
v<version>) when the value is left empty, so chart upgrades automatically
track the correct image. Update Chart.yaml appVersion from 0.1.0 → 0.4.0
to match the current engine release.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments