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
- 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