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-charts
To see the charts available to install and their versions, run:
helm search repo caktus
To install a chart, run:
helm install <release-name> caktus/<chart-name>
To update the Caktus Helm repository, run:
helm repo update
For more information about a chart, run the following command:
helm show readme caktus/<chart-name>