github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_dependency_update.1 (about) 1 .TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-dependency\-update \- update charts/ based on the contents of requirements.yaml 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm dependency update [flags] CHART\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 Update the on\-disk dependencies to mirror the requirements.yaml file. 19 20 .PP 21 This command verifies that the required charts, as expressed in 'requirements.yaml', 22 are present in 'charts/' and are at an acceptable version. It will pull down 23 the latest charts that satisfy the dependencies, and clean up old dependencies. 24 25 .PP 26 On successful update, this will generate a lock file that can be used to 27 rebuild the requirements to an exact version. 28 29 .PP 30 Dependencies are not required to be represented in 'requirements.yaml'. For that 31 reason, an update command will not remove charts unless they are (a) present 32 in the requirements.yaml file, but (b) at the wrong version. 33 34 35 .SH OPTIONS 36 .PP 37 \fB\-\-keyring\fP="~/.gnupg/pubring.gpg" 38 keyring containing public keys 39 40 .PP 41 \fB\-\-skip\-refresh\fP[=false] 42 do not refresh the local repository cache 43 44 .PP 45 \fB\-\-verify\fP[=false] 46 verify the packages against signatures 47 48 49 .SH OPTIONS INHERITED FROM PARENT COMMANDS 50 .PP 51 \fB\-\-debug\fP[=false] 52 enable verbose output 53 54 .PP 55 \fB\-\-home\fP="~/.helm" 56 location of your Helm config. Overrides $HELM\_HOME 57 58 .PP 59 \fB\-\-host\fP="localhost:44134" 60 address of tiller. Overrides $HELM\_HOST 61 62 .PP 63 \fB\-\-kube\-context\fP="" 64 name of the kubeconfig context to use 65 66 .PP 67 \fB\-\-tiller\-namespace\fP="kube\-system" 68 namespace of tiller 69 70 71 .SH SEE ALSO 72 .PP 73 \fBhelm\-dependency(1)\fP 74 75 76 .SH HISTORY 77 .PP 78 19\-May\-2017 Auto generated by spf13/cobra