• Matthew Fisher's avatar
    replace FAILED deployments with `helm upgrade --install --force` · 13730b0d
    Matthew Fisher authored
    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.
    13730b0d
Name
Last commit
Last update
..
chartutil Loading commit data...
downloader Loading commit data...
engine Loading commit data...
getter Loading commit data...
helm Loading commit data...
hooks Loading commit data...
ignore Loading commit data...
kube Loading commit data...
lint Loading commit data...
plugin Loading commit data...
proto/hapi Loading commit data...
provenance Loading commit data...
releasetesting Loading commit data...
releaseutil Loading commit data...
repo Loading commit data...
resolver Loading commit data...
rudder Loading commit data...
storage Loading commit data...
strvals Loading commit data...
sympath Loading commit data...
tiller Loading commit data...
timeconv Loading commit data...
tlsutil Loading commit data...
urlutil Loading commit data...
version Loading commit data...