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.
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