We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Helm OCI being GA, I think we should also publish the charts to GitHub Container Registry. An example of how to push to GHCR from GH Actions can be found here: https://github.com/stefanprodan/podinfo/blob/master/.github/workflows/release.yml#L71
PS. After we push the charts to GHCR, we need to use the GH UI and make the images public.
The text was updated successfully, but these errors were encountered:
Would we want to backfill all previous releases as well?
Sorry, something went wrong.
@dmccaffery it would be nice to have all versions but I don't think it's a must.
Related:
helm/chart-releaser#183 helm/chart-releaser-action#107
I'm going to work my way through these today.
dmccaffery
Successfully merging a pull request may close this issue.
With Helm OCI being GA, I think we should also publish the charts to GitHub Container Registry. An example of how to push to GHCR from GH Actions can be found here: https://github.com/stefanprodan/podinfo/blob/master/.github/workflows/release.yml#L71
PS. After we push the charts to GHCR, we need to use the GH UI and make the images public.
The text was updated successfully, but these errors were encountered: