github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_dependency_update.md (about) 1 ## helm dependency update 2 3 update charts/ based on the contents of requirements.yaml 4 5 ### Synopsis 6 7 8 9 Update the on-disk dependencies to mirror the requirements.yaml file. 10 11 This command verifies that the required charts, as expressed in 'requirements.yaml', 12 are present in 'charts/' and are at an acceptable version. 13 14 On successful update, this will generate a lock file that can be used to 15 rebuild the requirements to an exact version. 16 17 18 ``` 19 helm dependency update [flags] CHART 20 ``` 21 22 ### Options 23 24 ``` 25 --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") 26 --verify verify the packages against signatures 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --debug enable verbose output 33 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 34 --host string address of tiller. Overrides $HELM_HOST 35 --kube-context string name of the kubeconfig context to use 36 --tiller-namespace string namespace of tiller (default "kube-system") 37 ``` 38 39 ### SEE ALSO 40 * [helm dependency](helm_dependency.md) - manage a chart's dependencies 41 42 ###### Auto generated by spf13/cobra on 15-Jan-2017