Build a Repo Index with helm repo index
Generating the index.yaml a repository needs.
A Repo Is Just Files
A classic Helm repository is nothing fancy: a folder of .tgz archives plus one special catalog file. That catalog is the index.yaml.
Why index.yaml Matters
Helm never lists a folder remotely. It downloads index.yaml to learn which charts and versions exist and where to fetch each one.
All lessons in this course
- Bundle a Release Archive with helm package
- Build a Repo Index with helm repo index
- Hosting a Chart Repository
- Pushing Charts to an OCI Registry