This is proposing a workflow improvement for chart maintainers - increment Chart.yaml version when updating values.yaml ## Expected Behaviour <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Given the following values.yaml: ```yaml apiVersion: v1 appVersion: "1.0" description: inlets-operator for Kubernetes name: inlets-operator version: 0.17.9 keywords: - networking - loadbalancer - ingress - selfhosting - tunnels - inlets ``` I'll see new images put into values.yaml, from `arkade chart upgrade`, but the Chart.yaml always needs bumping too and that's a manual task. I'd suggest always bumping the minor patch version, and if it's a bigger change the user can just edit the file. ``` arkade chart bump ``` ## Current Behaviour <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> In the case of OpenFaaS, if 6 repos change then I have to edit 6 files manually.