after migrating charts, attempting to upgrade gets: spec.clusterIP: Invalid value: "": field is immutable
Closed this issue · 2 comments
bitsofinfo commented
I have a helm2 chart that has a live release running fine.
The chart does not define clusterIP
anywhere.
I convert the chart to helm3 w/ this plugin
I then do an upgrade on that chart via helm3 and and run into this error spec.clusterIP: Invalid value: "": field is immutable
referenced here: helm/helm#6378
bitsofinfo commented
Just a note, I don't think this is related to this plugin, its just some odd behavior difference between helm2 and helm3 in regards to the implementation of force I guess? helm/helm#7082
bacongobbler commented
Yeah, this is unrelated to the plugin. There's nothing actionable here on the plugin's end. Let's continue the conversation in helm/helm#7082. Thanks!