chart

Chart Repo

A chart repo

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