Kartoza Helm/Rancher charts for Kubernetes
To add the Helm Repo using Helm CLI:
helm repo add kartoza https://kartoza.github.io/charts
To add the Helm Repo in Rancher (Because we are using Rancher format structure),
use the github url: https://github.com/kartoza/charts.git.
Stable version of the charts is in main
branch.
To install chart, execute helm command
helm install -n <namespace> <release-name> kartoza/<chart-name> --version <chart-version> -f <values.yaml>
The chart structure is not yet stable, but we are welcoming any contributions. In the bare minimum we will try to keep the same version as stable as possible.
If you are interested in contributing, you can check DEVELOPMENT-README.md.
List of stable charts (with somewhat good documentation):
List of working charts, but not thoroughly tested:
Our design patterns are somewhat inspired by the Bitnami helm charts. We are trying to refactor most reusable pieces in common library charts. By using the available template tags and docs template, we hope making a new Helm charts of different application will be easier.