Some missing/fixed helm charts we've created that made no sense to be contributed upstream.
atlantis- run Atlantis in k8scert-manager-umbrella- wraps official helm chart and add CRD instllation.zalenium- install Zalenium
Get the latest Helm release.
helm repo add koalificationio https://koalificationio.github.io/charts/
helm repo update
helm search | grep koalificationio
helm install --name <release-name> --namespace default koalificationio/<chart-name>
Check chart's values.yaml for available settings and documentation.
Fork, make changes, test them and bump chart version in Chart.yaml.
Submit pull request for review.