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
I am not sure if this is an issue. It is true that the revision gets bumped but if there are no changes the deployment won't be updated. This is the same behavior than when you execute helm upgrade ... several times.
Ah, sorry I misunderstood it. That's an issue yes. It's caused because the controller modifies the HelmRelease metadata to add a finalizer and that gets interpreted as an upgrade. This PR: vmware-archive/helm-crd#31 should fix that.
In #330, I discovered that migrating a release results in the Tiller release getting updated twice. It should only be updated once.
Steps to reproduce:
helm --tiller-namespace=kubeapps install stable/redis
helm --tiller-namespace=kubeapps list
This might actually be an issue during upgrade also, I haven't verified this.
The text was updated successfully, but these errors were encountered: