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

Publish helm chart also as an OCI package (e.g. on GHCR registry) #128

Open
2 tasks done
mkilchhofer opened this issue Apr 14, 2024 · 0 comments · May be fixed by #136
Open
2 tasks done

Publish helm chart also as an OCI package (e.g. on GHCR registry) #128

mkilchhofer opened this issue Apr 14, 2024 · 0 comments · May be fixed by #136

Comments

@mkilchhofer
Copy link

Preflight Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Problem Description

No problem, just an enhancement of the chart publish workflow

Proposed Solution

The helm chart is published using the classic approach with a static webserver and an index.yaml (GitHub pages).

helm repo add dex https://charts.dexidp.io
helm install --generate-name --wait dex/dex

However in helm 3.8+ the OCI method went GA:

I'd like to push the packaged helm charts also on ghcr.io (right besides the already existing container images) so we can pull/install the helm chart like this:

helm install dex oci://ghcr.io/dexidp/helm-charts/dex --version x.y.z

Alternatives Considered

Still using the classic approach with GitHub pages and the index.yaml

Additional Information

none

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 a pull request may close this issue.

1 participant