Skip to content

feat: add publishing of helm charts to ghcr registry #18316

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

a1994sc
Copy link

@a1994sc a1994sc commented Jun 10, 2025

With Helm v3.8.0, the OCI support became GA, which is an excellent chance to start publishing Helm charts to OCI-compliant registries. Quay / Dockerhub / GHCR supports OCI artifacts and a lot of projects have been using them to publish their helm charts as OCI artifacts.

It brings an opportunity to sign Helm charts stored as OCI Artifacts with cosign to provide their integrity and use GitOps tooling such as Flux to reconcile them as they were stored as OCI artifacts. Flux can reconcile OCI Artifacts and verify their integrity before reconciling them.

@cdr-bot cdr-bot bot added the community Pull Requests and issues created by the community. label Jun 10, 2025
Copy link

github-actions bot commented Jun 10, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@a1994sc
Copy link
Author

a1994sc commented Jun 10, 2025

I have read the CLA Document and I hereby sign the CLA

cdrci2 added a commit to coder/cla that referenced this pull request Jun 10, 2025
Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. Would you also update the docs on how to use the OCI artifact with a Helm installation?

@matifali matifali requested a review from ericpaulsen June 13, 2025 12:59
@a1994sc a1994sc requested a review from matifali June 13, 2025 22:19
--version 2.22.1
```

- **OCI Registry**
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stable section will be in-accurate until it caught up when this commit is merged

@a1994sc
Copy link
Author

a1994sc commented Jun 16, 2025

@matifali sorry for the ping, but is this enough of docs update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Pull Requests and issues created by the community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants