github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_upgrade.1 (about) 1 .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-upgrade \- upgrade a release 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm upgrade [RELEASE] [CHART]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command upgrades a release to a new version of a chart. 19 20 .PP 21 The upgrade arguments must be a release and chart. The chart 22 argument can be either: a chart reference('stable/mariadb'), a path to a chart directory, 23 a packaged chart, or a fully qualified URL. For chart references, the latest 24 version will be specified unless the '\-\-version' flag is set. 25 26 .PP 27 To override values in a chart, use either the '\-\-values' flag and pass in a file 28 or use the '\-\-set' flag and pass configuration from the command line. 29 30 31 .SH OPTIONS 32 .PP 33 \fB\-\-disable\-hooks\fP[=false] 34 disable pre/post upgrade hooks 35 36 .PP 37 \fB\-\-dry\-run\fP[=false] 38 simulate an upgrade 39 40 .PP 41 \fB\-i\fP, \fB\-\-install\fP[=false] 42 if a release by this name doesn't already exist, run an install 43 44 .PP 45 \fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg" 46 path to the keyring that contains public singing keys 47 48 .PP 49 \fB\-\-namespace\fP="default" 50 namespace to install the release into (only used if \-\-install is set) 51 52 .PP 53 \fB\-\-set\fP=null 54 55 .PP 56 .RS 57 58 .nf 59 set values on the command line. Separate values with commas: key1=val1,key2=val2 60 61 .fi 62 .RE 63 64 .PP 65 \fB\-f\fP, \fB\-\-values\fP="" 66 path to a values YAML file 67 68 .PP 69 \fB\-\-verify\fP[=false] 70 verify the provenance of the chart before upgrading 71 72 .PP 73 \fB\-\-version\fP="" 74 specify the exact chart version to use. If this is not specified, the latest version is used 75 76 77 .SH OPTIONS INHERITED FROM PARENT COMMANDS 78 .PP 79 \fB\-\-debug\fP[=false] 80 enable verbose output 81 82 .PP 83 \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" 84 location of your Helm config. Overrides $HELM\_HOME 85 86 .PP 87 \fB\-\-host\fP="" 88 address of tiller. Overrides $HELM\_HOST 89 90 .PP 91 \fB\-\-kube\-context\fP="" 92 name of the kubeconfig context to use 93 94 95 .SH SEE ALSO 96 .PP 97 \fBhelm(1)\fP 98 99 100 .SH HISTORY 101 .PP 102 1\-Nov\-2016 Auto generated by spf13/cobra