Skip to the content.

helm-charts

Helm chart repository
Release Charts

Usage

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

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

  helm repo add loh https://helm.cloudclinic.ng
  helm repo update

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 cloudclinic to see the charts.

To install the cloudclinic chart:

  helm install cloudclinic loh/cloudclinic

To install the limestone chart:

  helm install limestone loh/limestone

To uninstall the chart:

  helm uninstall cloudclinic
  helm uninstall limestone

Local development

helm template cloudclinic charts/cloudclinic/ --values charts/cloudclinic/values.yaml
helm upgrade --install nginx charts/cloudclinic/ --values charts/cloudclinic/values.yaml