Helm charts repository
Helm must be installed to use charts. Once Helm is set up properly, add the repo:
helm repo add rantanevich https://rantanevich.github.io/helm-charts
helm repo update
To show available charts:
helm search repo rantanevich
To install a chart:
helm install <release-name> rantanevich/<chart-name>