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.

  1. helm repo update [flags]

Options

  1. -h, --help help for update
  2. --strict fail on update warnings

Options inherited from parent commands

  1. --debug enable verbose output
  2. --home string location of your Helm config. Overrides $HELM-HOME (default "~/.helm")
  3. --host string address of Tiller. Overrides $HELM-HOST
  4. --kube-context string name of the kubeconfig context to use
  5. --kubeconfig string absolute path to the kubeconfig file to use
  6. --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
  7. --tiller-namespace string namespace of Tiller (default "kube-system")

SEE ALSO

  • helm repo - add, list, remove, update, and index chart repositories
Auto generated by spf13/cobra on 15-Nov-2018