helm-charts
helm-charts copied to clipboard
fix(promtail): prefer image.tag for app.kubernetes.io/version
trafficstars
For example, when I set image.tag=2.9.8, I'd like the resulting annotation to be app.kubernetes.io/version: 2.9.8 instead of the current app.kubernets.io/version: 2.9.3 which uses the .Chart.AppVersion. I've copied from the grafana chart, which already has the correct behaviour.
I've changed the default image.tag from null to "" which solves the linting issue, at least locally.
And now I've updated README.md :facepalm: Hopefully this time the linter is finally happy.