Open hinricht opened 4 months ago
This is a good minor fix, aligned with Kubernetes recommendation, that should be merged.
Anyone, please review
https://github.com/mastodon/chart/actions/runs/10794459133/job/29938793409?pr=146:
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: unknown object type "nil" in ServiceAccount.metadata.labels.app.kubernetes.io/version
Anyone knows why this CI job fails ?
When specifiying a different
image.tag
version, the resulting image definitions will use this tag, but the helm labelsapp.kubernetes.io/version
values would still use the AppVersion fromChart.yaml
.Before:
With this PR: