Skip to content

duyhenryer/chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart

A chart repo

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

Usage

Helm must be installed to use the charts.

For OCI Registry:

# login to registry and then
helm pull oci://ghcr.io/duyhenryer/chart/example-chart --version 0.1.0

For Helm Registry:

helm repo add duyhenryer https://duyhenry.github.io/chart

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages.

helm install example-chart duyhenryer/example-chart

To uninstall the chart:

helm delete example-chart

License

LICENSE