Skip to content

swibrow/helm-charts

Repository files navigation

Helm Charts

Add Helm repository

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

Install chart

helm install --generate-name repo/chart

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

Charts