0PricingLogin
Helm Academy · Lesson

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/bitnami

All lessons in this course

  1. helm repo add and the Bitnami Catalog
  2. Refreshing the Index with helm repo update
  3. Finding Charts with helm search repo
  4. Discovering Public Charts on Artifact Hub
← Back to Helm Academy