Unverified Commit ae8ddf3b authored by Matthew Fisher's avatar Matthew Fisher
Browse files

replace FAILED deployments with `helm upgrade --install --force`

When using `helm upgrade --install`, if the first release fails, Helm will respond with an error saying that it cannot upgrade from an unknown state.

With this feature, `helm upgrade --install --force` automates the same process as `helm delete && helm install --replace`. It will mark the previous release as DELETED, delete any existing resources inside Kubernetes, then replace it as if it was a fresh install. It will then mark the FAILED release as SUPERSEDED.

(cherry picked from commit 13730b0d)
No related merge requests found
Showing with 163 additions and 3 deletions
+163 -3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment