vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
111 stars 90 forks source link

Label app.kubernetes.io/version isn't updated with image tag #174

Closed knowshan closed 2 years ago

knowshan commented 2 years ago

app.kubernetes.io/version label in helper template isn't updated with image tag like this "{{ .Values.image.tag | default .Chart.AppVersion }}" . This results in incorrect label with image tag is non-default.