Describe the request
we are using terraform helm provider to install charts.
And we recently found, that upgrade to new version skips upgrading CRD's.
This looks like default behavior (of helm itself) and looks like we can't complain on it.
But, we can request to add some setting to chart, so CRD's would be upgraded, like it is done in cert-manager chart.
Expected behavior
There will be a switch to upgrade CRD's
Please select the type of request
Enhancement
Tell us more
Describe the request we are using terraform helm provider to install charts. And we recently found, that upgrade to new version skips upgrading CRD's.
This looks like default behavior (of helm itself) and looks like we can't complain on it. But, we can request to add some setting to chart, so CRD's would be upgraded, like it is done in cert-manager chart.
Expected behavior There will be a switch to upgrade CRD's
ps. in https://github.com/splunk/splunk-operator/blob/main/docs/Helm.md there is no info how to upgrade CRD's