github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_upgrade.md (about)

     1  ## helm upgrade
     2  
     3  upgrade a release
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command upgrades a release to a new version of a chart.
    10  
    11  The upgrade arguments must be a release and chart. The chart
    12  argument can be either: a chart reference('stable/mariadb'), a path to a chart directory,
    13  a packaged chart, or a fully qualified URL. For chart references, the latest
    14  version will be specified unless the '--version' flag is set.
    15  
    16  To override values in a chart, use either the '--values' flag and pass in a file
    17  or use the '--set' flag and pass configuration from the command line.
    18  
    19  
    20  ```
    21  helm upgrade [RELEASE] [CHART]
    22  ```
    23  
    24  ### Options
    25  
    26  ```
    27        --disable-hooks      disable pre/post upgrade hooks
    28        --dry-run            simulate an upgrade
    29    -i, --install            if a release by this name doesn't already exist, run an install
    30        --keyring string     path to the keyring that contains public singing keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
    31        --namespace string   namespace to install the release into (only used if --install is set) (default "default")
    32        --set value          set values on the command line. Separate values with commas: key1=val1,key2=val2 (default null
    33  )
    34    -f, --values string      path to a values YAML file
    35        --verify             verify the provenance of the chart before upgrading
    36        --version string     specify the exact chart version to use. If this is not specified, the latest version is used
    37  ```
    38  
    39  ### Options inherited from parent commands
    40  
    41  ```
    42        --debug                 enable verbose output
    43        --home string           location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
    44        --host string           address of tiller. Overrides $HELM_HOST
    45        --kube-context string   name of the kubeconfig context to use
    46  ```
    47  
    48  ### SEE ALSO
    49  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    50  
    51  ###### Auto generated by spf13/cobra on 1-Nov-2016