helm repo add swibrow https://swibrow.github.io/helm-charts
helm repo update
helm install --generate-name repo/chart
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