duyhenryer / chart

A Helm chart repo that publish to both OCI registry and GitHub Pages

Home Page:https://duyhenryer.github.io/chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Helm chart repo that publish to both OCI registry and GitHub Pages

https://duyhenryer.github.io/chart/

License:MIT License


Languages

Language:Smarty 76.4%Language:Shell 23.6%