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

Closed
github-product-roadmap opened this issue Sep 9, 2020 · 1 comment
Closed

GitHub Packages: Helm Chart support (beta) #122

github-product-roadmap opened this issue Sep 9, 2020 · 1 comment
Labels
all Product SKU: All cloud Available on Cloud packages Feature: GitHub Packages preview Feature phase: Preview

Comments

@github-product-roadmap
Copy link
Collaborator

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 all Product SKU: All preview Feature phase: Preview cloud Available on Cloud code-to-cloud packages Feature: GitHub Packages labels Sep 9, 2020
@alexcnichols alexcnichols changed the title GitHub Container Registry: Helm Chart support (beta) GitHub Packages: Helm Chart support (beta) Oct 13, 2020
@Sid-ah Sid-ah moved this to Future in GitHub Public Roadmap Oct 8, 2021
@ankneis
Copy link
Collaborator

ankneis commented Jun 7, 2023

This is no longer planned due to a change in our strategic priorities and the allocation of our resources towards higher-priority initiatives.

@ankneis ankneis closed this as completed Jun 7, 2023
@ankneis ankneis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
all Product SKU: All cloud Available on Cloud packages Feature: GitHub Packages preview Feature phase: Preview
Projects
Status: Future
Development

No branches or pull requests

2 participants