Is your feature request related to a problem? Please describe.
The problem is each helm chart version is deployed once per version. See https://github.com/apache/pulsar-helm-chart/releases
So if someone makes an edit or improvement to the chart and we do not change the version then that change will not be seen until the next change where someone bumps the version and a new deployment is created.
Describe the solution you'd like
Seeking some kind of semantic version change check
Describe alternatives you've considered
None I could think of