Skip to content

koalificationio/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.