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