helm repo update
Update information of available charts locally from chart repositories
Synopsis
Update gets the latest information about charts from the respective chart repositories. Information is cached locally, where it is used by commands like 'helm search'.
'helm update' is the deprecated form of 'helm repo update'. It will be removed in future releases.
You can specify the name of a repository you want to update.
$ helm repo update <repo_name>
To update all the repositories, use 'helm repo update'.
helm repo update [REPO_NAME] [flags]
Options
  -h, --help     help for update
      --strict   Fail on update warnings
Options inherited from parent commands
      --debug                           Enable verbose output
      --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
      --host string                     Address of Tiller. Overrides $HELM_HOST
      --kube-context string             Name of the kubeconfig context to use
      --kubeconfig string               Absolute path of the kubeconfig file to be used
      --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
      --tiller-namespace string         Namespace of Tiller (default "kube-system")
SEE ALSO
- helm repo - Add, list, remove, update, and index chart repositories