Skip to content

GitHub Packages: Helm Chart support (beta) #122

@github-product-roadmap

Description

@github-product-roadmap

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    allProduct SKU: AllcloudAvailable on CloudpackagesFeature: GitHub PackagespreviewFeature phase: Preview

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Future

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions