sagikazarmark / helm-charts

Various Helm charts for my own and other projects
MIT License
43 stars 56 forks source link

fix(sftpgo): match the app.kubernetes.io/version label to the image tag #185

Closed bdashrad closed 1 year ago

bdashrad commented 1 year ago

Currently if you override image.tag the label app.kubernetes.io/version still uses appVersion in Chart.yaml.

sagikazarmark commented 1 year ago

Thanks @bdashrad