Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add arr-helm https://haijeploeg.github.io/arr-helm/
helm repo update
For example to install the radarr
chart:
helm install radarr arr-helm/radarr
To uninstall the chart:
helm uninstall radarr