How can we stop it from updating the appVersion in the charts.yaml
Galileo1 opened this issue · 5 comments
Galileo1 commented
Any idea??
sstarcher commented
So the request is for the app version to but be versioned with the chart? If so I can add a flag.
Galileo1 commented
Yeah! we keep out helm charts separate from code base. Chart Version and App Version being same is good only when they are published for same branch or tag. It would be good to have toggle/flag to choose whether app version in Chart.yaml should get updated or not
sstarcher commented
When not updating the appVersion I'm guessing you also don't need to update values.yaml's image.tag value. Is that correct?
Galileo1 commented
true!! we don't want to update the image tag aswell. sounds good to me.