github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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        --force                force resource update through delete/recreate if needed
    25        --no-hooks             prevent hooks from running during rollback
    26        --recreate-pods        performs pods restart for the resource if applicable
    27        --timeout int          time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
    28        --tls                  enable TLS for request
    29        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    30        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    31        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    32        --tls-verify           enable TLS for request and verify remote
    33        --wait                 if set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment are in a ready state before marking the release as successful. It will wait for as long as --timeout
    34  ```
    35  
    36  ### Options inherited from parent commands
    37  
    38  ```
    39        --debug                     enable verbose output
    40        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    41        --host string               address of Tiller. Overrides $HELM_HOST
    42        --kube-context string       name of the kubeconfig context to use
    43        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    44        --tiller-namespace string   namespace of Tiller (default "kube-system")
    45  ```
    46  
    47  ### SEE ALSO
    48  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    49  
    50  ###### Auto generated by spf13/cobra on 7-Nov-2017