0Pricing
Helm Academy · Lesson

Pushing Charts to an OCI Registry

Using helm push to a registry like GHCR.

Charts as OCI Artifacts

Modern Helm can store charts in the same registries that hold container images. These are OCI registries, and they need no index.yaml.

Why OCI Over Classic Repos

An OCI registry reuses your existing image infrastructure: one place, one auth model, built-in versioning. No separate static host to maintain.

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