Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 627 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 627 Bytes

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