helm repo
Add, list, remove, update, and index chart repositories
Synopsis
This command consists of multiple subcommands to interact with chart repositories.
It can be used to add, remove, list, and index chart repositories.Example usage:$ helm repo add [NAME] [REPO-URL]
Options
-h, --help help for repo
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 - The Helm package manager for Kubernetes.
- helm repo add - Add a chart repository
- helm repo index - Generate an index file given a directory containing packaged charts
- helm repo list - List chart repositories
- helm repo remove - Remove a chart repository
- helm repo update - Update information of available charts locally from chart repositories