Skip to content

koalificationio/charts

This branch is 1 commit ahead of, 1 commit behind master.

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2020
Nov 27, 2020
Jun 23, 2020
Jul 23, 2019
Aug 20, 2019
Jul 24, 2019
Jun 23, 2020
Jul 24, 2019
Aug 20, 2019

Repository files navigation

Koalification.io Helm Charts Repository

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

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.