github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_rollback.md (about) 1 ## helm rollback 2 3 roll back a release to a previous revision 4 5 ### Synopsis 6 7 8 9 This command rolls back a release to a previous revision. 10 11 The first argument of the rollback command is the name of a release, and the 12 second is a revision (version) number. To see revision numbers, run 13 'helm history RELEASE'. 14 15 16 ``` 17 helm rollback [flags] [RELEASE] [REVISION] 18 ``` 19 20 ### Options 21 22 ``` 23 --dry-run simulate a rollback 24 --no-hooks prevent hooks from running during rollback 25 --recreate-pods performs pods restart for the resource if applicable 26 --timeout int time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) (default 300) 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --debug enable verbose output 33 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 34 --host string address of tiller. Overrides $HELM_HOST 35 --kube-context string name of the kubeconfig context to use 36 --tiller-namespace string namespace of tiller (default "kube-system") 37 ``` 38 39 ### SEE ALSO 40 * [helm](helm.md) - The Helm package manager for Kubernetes. 41 42 ###### Auto generated by spf13/cobra on 15-Jan-2017