Commit 9ae00beb authored by Brent's avatar Brent Committed by Matthew Fisher
Browse files

fix(tiller): rollback deleted release (#3722) (#4820)


Solves #3722 by making the changes in #3539 more compatible with the previous behavior.

This gives a recovery option for "oops I deleted my helm release" by allowing rollback, which is intended to be a working feature of helm. Note that purging releases removes the history required to rollback, so this doesn't work in that case. However, purging takes significantly more time, so it's harder to accidentally purge everything.

Signed-off-by: default avatarBrent <bmperrea@gmail.com>
parent 82d01cb3
Showing with 81 additions and 6 deletions
+81 -6
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