-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add OCI repository publish to ghcr.io for helm charts released from other repositories #3068
Comments
Hey All, I see there are already some Helm Charts being published as OCI Artifact (packages) here: https://github.com/orgs/grafana/packages?repo_name=helm-charts , or even within their own respective project within the grafana/*** github page. I'd love to be able to also collect the following Helm Charts through GHCR as OCI Artifact:
The reason I like the OCI artifact has to do with the fact that I often require to work within airgapped environments. If the helm charts are available as OCI artifacts it allows me to gather and airgap these helm charts as OCI artifacts, the same way as I do with Images from multiple artifact repo's such as Docker/GHCR and more. Using tooling such as Skopeo Sync and Renovate to automatically alert me of a new version and decrease the amount of LCM. Hope this makes sense! <3 |
I have created a PR to add OCI publish to the workflow that is used by 'external' repositories (update-helm-repo): |
Refer to #3418 for better explanation of the problem. |
Starting this weekly release, the
It should also work for other charts that use the update-helm-repo.yaml workflow. |
Followup to #2998 #2395
Implement releasing LGTM databases and other helm charts to github packages.
Update
https://github.com/grafana/helm-charts/blob/main/.github/workflows/update-helm-repo.yaml
The text was updated successfully, but these errors were encountered: