This repository contains Helm charts by Caktus Group.
To add the Caktus Helm repository, run the following command:
helm repo add caktus https://caktus.github.io/helm-chartsTo see the charts available to install and their versions, run:
helm search repo caktusTo install a chart, run:
helm install <release-name> caktus/<chart-name>To update the Caktus Helm repository, run:
helm repo updateFor more information about a chart, run the following command:
helm show readme caktus/<chart-name>