.TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP helm\-upgrade \- upgrade a release .SH SYNOPSIS .PP \fBhelm upgrade [RELEASE] [CHART]\fP .SH DESCRIPTION .PP This command upgrades a release to a new version of a chart. .PP The upgrade arguments must be a release and chart. The chart argument can be either: a chart reference('stable/mariadb'), a path to a chart directory, a packaged chart, or a fully qualified URL. For chart references, the latest version will be specified unless the '\-\-version' flag is set. .PP To override values in a chart, use either the '\-\-values' flag and pass in a file or use the '\-\-set' flag and pass configuration from the command line. .SH OPTIONS .PP \fB\-\-disable\-hooks\fP[=false] disable pre/post upgrade hooks .PP \fB\-\-dry\-run\fP[=false] simulate an upgrade .PP \fB\-i\fP, \fB\-\-install\fP[=false] if a release by this name doesn't already exist, run an install .PP \fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg" path to the keyring that contains public singing keys .PP \fB\-\-namespace\fP="default" namespace to install the release into (only used if \-\-install is set) .PP \fB\-\-set\fP=null .PP .RS .nf set values on the command line. Separate values with commas: key1=val1,key2=val2 .fi .RE .PP \fB\-f\fP, \fB\-\-values\fP="" path to a values YAML file .PP \fB\-\-verify\fP[=false] verify the provenance of the chart before upgrading .PP \fB\-\-version\fP="" specify the exact chart version to use. If this is not specified, the latest version is used .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] enable verbose output .PP \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" location of your Helm config. Overrides $HELM\_HOME .PP \fB\-\-host\fP="" address of tiller. Overrides $HELM\_HOST .PP \fB\-\-kube\-context\fP="" name of the kubeconfig context to use .SH SEE ALSO .PP \fBhelm(1)\fP .SH HISTORY .PP 1\-Nov\-2016 Auto generated by spf13/cobra