mirror of https://github.com/helm/helm
This ensures that when `helm uninstall` is run with `--keep-history` any release in a `deployed` state other than the last release (e.g. due to a failed upgrade) is being marked as `superseded`. As a by-effect, running `helm upgrade` on a release which has been uninstalled after an upgrade failure now no longer works. But instead fails with a `"<name>" has no deployed releases` error. Which is the (likely) intended behavior, and prevents other side-effects like rolling back to a release version which happened before the uninstall if `--atomic` (or `--rollback-on-failure`) was provided. Signed-off-by: Hidde Beydals <hidde@hhh.computer> (cherry picked from commitrelease-3.192f1ecc7100) (cherry picked from commit8bb0b37226)
parent
578564ee26
commit
7a00235a06
@ -0,0 +1 @@
|
||||
release "aeneas" uninstalled
|
||||
Loading…
Reference in new issue