You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to install or upgrade a chart to a new version, but am getting this error: "cannot re-use a name that is still in use"
I thought this function would upgrade the chart if the release already exists. Is there some other function or parameter that I should be using to make it upgrade if there's a newer version and the release already exists?
The text was updated successfully, but these errors were encountered:
If Namespace is not set in ChartSpec to default to the "default" namespace, this equality will fail. I think we need to update this function to account for that.
The workaround is to always explicitly set Namespace in ChartSpec.
Actually, this doesn't work 100% of the time since sometimes r.Namespace is "default" and sometimes it's "". I think it might depend on how the chart was installed.
I'm using
to install or upgrade a chart to a new version, but am getting this error: "cannot re-use a name that is still in use"
I thought this function would upgrade the chart if the release already exists. Is there some other function or parameter that I should be using to make it upgrade if there's a newer version and the release already exists?
The text was updated successfully, but these errors were encountered: