Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
/kind bug
It seems that when you release a new version of the helm chart, the version is not bumped in https://github.com/jetstack/cert-manager/blob/master/contrib/charts/cert-manager/Chart.yaml.
Ah yep, sorry about that. I'll make sure to do this in future. At some point I'd like to submit our chart as a PR to kubernetes/charts (and then maintainers will also shout at me if I forget to bump the version!) 馃槃
It'd be great if we could integrate a check for this in our presubmits - e.g. if values.yaml or contrib/charts/templates/* changes, we could enforce that the version number is also bumped.
@munnerz
For some other place, i am trying to do what you mentioned above, "t if we could integrate a check for this in our presubmits - e.g. if values.yaml or contrib/charts/templates/* changes, we could enforce that the version number is also bumped."
Could you share how you did that if possible.
Most helpful comment
Ah yep, sorry about that. I'll make sure to do this in future. At some point I'd like to submit our chart as a PR to
kubernetes/charts(and then maintainers will also shout at me if I forget to bump the version!) 馃槃It'd be great if we could integrate a check for this in our presubmits - e.g. if
values.yamlorcontrib/charts/templates/*changes, we could enforce that the version number is also bumped.