Before you can interact with charts from a specific source (like Bitnami or Prometheus), you must add the repository's URL to your local configuration. helm repo add Example: helm repo add bitnami https://bitnami.com Use code with caution.
This command iterates through all your added repositories and re-downloads their respective index.yaml files to the $HELM_HOME/repository/cache/ directory. 3. Downloading Charts Locally ( helm pull ) download helm repo
When you add a repo, Helm downloads an index.yaml file—a directory of all available charts and their versions—into its local cache. To ensure you have the latest available versions, you must update this local "downloaded" index. helm repo update Before you can interact with charts from a
To "download a Helm repo" generally refers to one of three actions: registering a remote repository to your local Helm CLI , updating your local cache with the latest chart metadata, or physically downloading chart files for offline use or inspection. 1. Registering a Remote Repository helm repo update To "download a Helm repo"
Run helm repo list to see all repositories currently registered on your machine. 2. Updating Your Local Cache