Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.14 KB

Koalification.io Helm Charts Repository

Some missing/fixed helm charts we've created that made no sense to be contributed upstream.

Charts

Getting Started

Install Helm

Get the latest Helm release.

Add Helm chart repository:

helm repo add koalificationio https://koalificationio.github.io/charts/
helm repo update

Search fo available charts

helm search | grep koalificationio

Install chart

helm install --name <release-name> --namespace default koalificationio/<chart-name>

Check chart's values.yaml for available settings and documentation.

Contributing

Fork, make changes, test them and bump chart version in Chart.yaml.

Submit pull request for review.