charts

Usage

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Add this repo

Once Helm has been set up correctly, add the repo as follows:

helm repo add phan https://phan2410.github.io/charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo phan to see the charts.

Install a chart

To install a chart, e.g. dummy-service chart:

helm install dummy-service phan/dummy-service

or

helm install dummy-service oci://ghcr.io/phan2410/charts/dummy-service

To uninstall the chart:

helm delete dummy-service