Skip to content
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 registry support for all Helm charts #3366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

domolitom
Copy link

Some Helm charts, such as Loki, are not being pushed to an OCI registry because OCI support is missing in the update-helm-repo.yaml workflow, which is used for external releases.

Solution: This PR introduces a step that ensures Helm charts are also pushed to the GitHub Container Registry (GHCR) as part of the release process, providing OCI support for charts that were previously excluded.

@CLAassistant
Copy link

CLAassistant commented Oct 16, 2024

CLA assistant check
All committers have signed the CLA.

@domolitom
Copy link
Author

@Sheikh-Abubaker

@narqo
Copy link
Contributor

narqo commented Oct 21, 2024

Thank you for the PR. The changes look very similar to an earlier PR #3115 (which got slipped from the final reviews). Could you help testing it?

@domolitom
Copy link
Author

@narqo that is true. I didn't see the already open PR. Btw the PR #3115 needs to be edited, the workflow needs write permission to packages. I just added it into this PR.

Signed-off-by: Oliver Domokos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants