mirror of https://github.com/helm/helm
Before, if a chart was uninstalled using the `--keep-history` flag, the next attempt to upgrade/install the chart would result in an error. This commit fixes that by correctly checking if the last release of the chart stored in history has been uninstalled and running the install with the `--replace` flag if that's the case. Signed-off-by: Alex Petrov <alex.petrov.vt@gmail.com>pull/11569/head
parent
3974136b6e
commit
9e198fa89d
@ -0,0 +1,7 @@
|
||||
Release "funny-bunny" does not exist. Installing it now.
|
||||
NAME: funny-bunny
|
||||
LAST DEPLOYED: Fri Sep 2 22:04:05 1977
|
||||
NAMESPACE: default
|
||||
STATUS: deployed
|
||||
REVISION: 3
|
||||
TEST SUITE: None
|
Loading…
Reference in new issue