Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 750 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 750 Bytes

Chart Repo Template

A chart repo template

  • Publish chart to ghcr.io using OCI format as well as GitHub Pages for maximum compatibility.
  • GitHub Actions for CI/linting and publishing, using helm/chart-testing.
  • helm-docs to make sure charts' README are up-to-date.

Usage

Using ghcr.io

# create a token, login to ghcr.io with
helm registry login ghcr.io
helm pull oci://ghcr.io/tuananh/chart-repo-template/example-chart --version 0.1.0

Using legacy registry

helm repo add chart-repo-template https://tuananh.github.io/chart-repo-template/
helm pull chart-repo-template/example-chart

License

LICENSE