Why did helm upgrade –install fail after previous install failed?

This is or has been a helm issue for a while. It only affects the situation where the first install of a chart fails and has up to helm 2.7 required a manual delete of the failed release before correcting the issue and installing again. However there is now a –force flag available to address this case – https://github.com/helm/helm/issues/4004

Leave a Comment