helm/pkg/storage
Matthew Fisher 13730b0dab
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.
2018-03-08 15:33:10 -08:00
..
driver fix(plugins): support newer git (#3571) 2018-02-26 15:44:32 -08:00
storage.go replace FAILED deployments with helm upgrade --install --force 2018-03-08 15:33:10 -08:00
storage_test.go feat(tiller): limit number of versions stored per release 2017-08-10 12:01:20 -06:00