helm rollback
Roll back a release to a previous revision
Options
Name | Description |
---|---|
--cleanup-on-fail | Allow deletion of new resources created in this rollback when rollback fails |
--dry-run | Simulate a rollback |
--force | Force resource update through delete/recreate if needed |
--history-max <history-max> | Limit the maximum number of revisions saved per release. Use 0 for no limit |
--no-hooks | Prevent hooks from running during rollback |
--recreate-pods | Performs pods restart for the resource if applicable |
--timeout <timeout> | Time to wait for any individual Kubernetes operation (like Jobs for hooks) |
--wait | If set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a ready state before marking the release as successful. It will wait for as long as --timeout |
--wait-for-jobs | If set and --wait enabled, will wait until all Jobs have been completed before marking the release as successful. It will wait for as long as --timeout |