helm rollback

Roll back a release to a previous revision

Options

NameDescription
--cleanup-on-failAllow deletion of new resources created in this rollback when rollback fails
--dry-runSimulate a rollback
--forceForce 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-hooksPrevent hooks from running during rollback
--recreate-podsPerforms pods restart for the resource if applicable
--timeout <timeout>Time to wait for any individual Kubernetes operation (like Jobs for hooks)
--waitIf 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-jobsIf 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