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 updateTo show available charts:
helm search repo rantanevichTo install a chart:
helm install <release-name> rantanevich/<chart-name>