github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_repo_update.md (about) 1 ## helm repo update 2 3 update information of available charts locally from chart repositories 4 5 ### Synopsis 6 7 8 9 Update gets the latest information about charts from the respective chart repositories. 10 Information is cached locally, where it is used by commands like 'helm search'. 11 12 'helm update' is the deprecated form of 'helm repo update'. It will be removed in 13 future releases. 14 15 16 ``` 17 helm repo update 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --debug enable verbose output 24 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 25 --host string address of Tiller. Overrides $HELM_HOST 26 --kube-context string name of the kubeconfig context to use 27 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 28 --tiller-namespace string namespace of Tiller (default "kube-system") 29 ``` 30 31 ### SEE ALSO 32 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 33 34 ###### Auto generated by spf13/cobra on 7-Nov-2017