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
In the case that the initial install of the helm chart fails the HelmController tries to rollback to an earlier release. In this special case such a release is not available.
The HelmController should handle a failed install of the helm chart differently than a failed upgrade. There are a couple of options when dealing with failed installs/ stuck releases:
try to rollback to the current release
alter the release secret by resetting the status to deployed and updating the status label
The text was updated successfully, but these errors were encountered:
Priority
(Medium) I'm annoyed but I'll live
Description
In the case that the initial install of the helm chart fails the HelmController tries to rollback to an earlier release. In this special case such a release is not available.
The HelmController should handle a failed install of the helm chart differently than a failed upgrade. There are a couple of options when dealing with failed installs/ stuck releases:
The text was updated successfully, but these errors were encountered: