helm-charts

CACTUSDK Helm Charts

Helm repo for cactusdk

Usage

Helm must be installed to use the charts.

Please refer to Helm’s documentation to get started. https://helm.sh/docs/intro/quickstart/

Once Helm is set up properly, add the repo as follows:

Add repo: helm repo add cactusdk https://helm.unsilo.com

Search repo: helm search repo cactusdk

Update Helm repo with changes

Package the chart. This will create a .tgz file for the chart, which is will be uploaded to the Helm repository.

helm package charts/*

Update the index file which serves as the index of Helm repo.

helm repo index --url https://cactuscommunications.github.io/helm-charts/ .

Contributing

The source code of all the Helm charts can be found on Github: https://github.com/cactuscommunications/helm-charts