Skip to content

tuananh/chart-repo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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