-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish helm charts also as an OCI package #4630
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
This pattern requires a kubernetes-sigs blessed OCI registry pattern as there should be a common standard. There are a multiple issues and Slack threads covering this but AFAIK there hasn't been any progress. This pattern could use Once this pattern has been decided it's trivial to add Helm publishing support alongside Artifact Hub metadata, Cosign signatures and other metadata such as SBOMs. |
Copied from aws/eks-charts#1070
The helm charts are published using the classic approach with a static webserver and an index.yaml:
However in helm 3.8+ the OCI method went GA:
I see two options to use as an OCI mirror:
If you would fully rely on native Github actions to produce these artifacts, the change would be super simple
Source: https://github.com/prometheus-community/helm-charts/blob/4bbd07f308884d44d0edff23ee60da967dc2cd23/.github/workflows/release.yaml#L39C1-L61C15
Also a lot of other CNCF projects are using this approach.
The text was updated successfully, but these errors were encountered: