github.com/Beeketing/helm@v2.12.1+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 Update gets the latest information about charts from the respective chart repositories. 9 Information is cached locally, where it is used by commands like 'helm search'. 10 11 'helm update' is the deprecated form of 'helm repo update'. It will be removed in 12 future releases. 13 14 15 ``` 16 helm repo update [flags] 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for update 23 --strict fail on update warnings 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --debug enable verbose output 30 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 31 --host string address of Tiller. Overrides $HELM_HOST 32 --kube-context string name of the kubeconfig context to use 33 --kubeconfig string absolute path to the kubeconfig file to use 34 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 35 --tiller-namespace string namespace of Tiller (default "kube-system") 36 ``` 37 38 ### SEE ALSO 39 40 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 41 42 ###### Auto generated by spf13/cobra on 15-Nov-2018