helm repo add and the Bitnami Catalog
Registering a remote chart repository locally.
Where Charts Come From
Helm does not ship charts. It downloads them from a chart repository, a web server that hosts packaged charts plus an index of what is available.
Registering a Repo
Before you can install from a repo you must add it. The helm repo add command saves a name plus the repo URL on your machine.
helm repo add bitnami https://charts.bitnami.com/bitnamiAll lessons in this course
- helm repo add and the Bitnami Catalog
- Refreshing the Index with helm repo update
- Finding Charts with helm search repo
- Discovering Public Charts on Artifact Hub