-
Notifications
You must be signed in to change notification settings - Fork 493
Labels
Milestone
Description
Summary
Add support for packaging and distributing Helm charts in the OCI (Open Container Initiative) format.
Motivation
OCI format is becoming a standard for distributing Helm charts, offering better compatibility with container registries and improved security and distribution workflows.
Acceptance Criteria
- Update chart packaging to support OCI format, and publish OCI chart to DockerHub
- Update documentation to reflect OCI usage for pulling and installing charts.
Additional context
Helm 3 natively supports OCI format, but current documentation and workflows in this repo rely on the traditional chart repository format. Adding support and documentation for OCI will improve interoperability for users.
References:
programmer04 and windmgc