• 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
..
environment Loading commit data...
hook_sorter.go Loading commit data...
hook_sorter_test.go Loading commit data...
hooks.go Loading commit data...
hooks_test.go Loading commit data...
kind_sorter.go Loading commit data...
kind_sorter_test.go Loading commit data...
release_content.go Loading commit data...
release_content_test.go Loading commit data...
release_history.go Loading commit data...
release_history_test.go Loading commit data...
release_install.go Loading commit data...
release_install_test.go Loading commit data...
release_list.go Loading commit data...
release_list_test.go Loading commit data...
release_modules.go Loading commit data...
release_rollback.go Loading commit data...
release_rollback_test.go Loading commit data...
release_server.go Loading commit data...
release_server_test.go Loading commit data...
release_status.go Loading commit data...
release_status_test.go Loading commit data...
release_testing.go Loading commit data...
release_testing_test.go Loading commit data...
release_uninstall.go Loading commit data...
release_uninstall_test.go Loading commit data...
release_update.go Loading commit data...
release_update_test.go Loading commit data...
release_version.go Loading commit data...
resource_policy.go Loading commit data...
server.go Loading commit data...