0PricingLogin
Helm Academy · Lesson

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

  1. Bundle a Release Archive with helm package
  2. Build a Repo Index with helm repo index
  3. Hosting a Chart Repository
  4. Pushing Charts to an OCI Registry
← Back to Helm Academy