Helm repo for cactusdk
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
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/ .
The source code of all the Helm charts can be found on Github: https://github.com/cactuscommunications/helm-charts