The Wayback Machine - https://web.archive.org/web/20210203125536/https://github.com/github/roadmap/issues/122
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

GitHub Packages: Helm Chart support (beta) #122

Open
github-product-roadmap opened this issue Sep 9, 2020 · 0 comments
Open

GitHub Packages: Helm Chart support (beta) #122

github-product-roadmap opened this issue Sep 9, 2020 · 0 comments

Comments

@github-product-roadmap
Copy link
Collaborator

@github-product-roadmap github-product-roadmap commented Sep 9, 2020

Summary
This feature tracks the beta release of support for Helm Charts available through support of the OCI standards in GitHub Packages.

Intended Outcome
You can store and manage your public and private Helm Charts as of Helm 3.0 in the GitHub Packages Container Registry alongside your containers and other packages.

How will it work?
You can add your organization's Helm charts, search the organization for charts, and also install a chart.

helm create helm-test
helm package ./helm-test 

echo "$TOKEN" | helm registry login -u $USER --password-stdin https://ghcr.io
helm chart save helm-test/ ghcr.io/mona/helm-test:latest
helm chart push ghcr.io/mona/helm-test:latest
@github github locked and limited conversation to collaborators Sep 9, 2020
@github-product-roadmap github-product-roadmap added this to Q1 2021 – Jan-Mar in GitHub public roadmap Sep 9, 2020
@alexcnichols alexcnichols changed the title GitHub Container Registry: Helm Chart support (beta) GitHub Packages: Helm Chart support (beta) Oct 13, 2020
@alexcnichols alexcnichols moved this from Q1 2021 – Jan-Mar to Q2 2021 – Apr-Jun in GitHub public roadmap Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
GitHub public roadmap
Q2 2021 – Apr-Jun
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant