Where Does Helm Download Charts [new] May 2026

Within these directories, charts are typically stored in a repository subfolder. Where Different Helm Commands Download Charts

Helm utilizes standard system directories to store its configuration, data, and cache files. You can view your specific paths at any time by running the command helm env in your terminal. The default cache locations for most users are: Operating System Default Cache Path $HOME/.cache/helm macOS $HOME/Library/Caches/helm Windows %TEMP%\helm where does helm download charts

When you run helm repo update , Helm does not download the full chart packages. Instead, it fetches the index.yaml file from the remote repository. This file contains metadata about available charts and their versions. These index files are stored in the local cache directory under repository/cache/ . 2. helm pull (Manual Download) Within these directories, charts are typically stored in