Skip to content

DND-IT/helm-charts

Repository files navigation

Helm Charts

Tamedia Helm Charts for Kubernetes.

Kubernetes version support

Add Helm repository

helm repo add dnd-it https://dnd-it.github.io/helm-charts
helm repo update

Install chart

Using config from a file:

helm install --generate-name dnd-it/chart-name

Contributing

When using this repo locally or contributing to this repo, you will need to build the dependencies used for each helm chart. You can run the following commands to do so:

cd charts/<chart>
helm dependency build