Prometheus install using helm - prometheus and alertmanger pods Terminating in a loop
Solution 1:
You can check for another instance of Prometheus running on the same cluster:
kubectl get pods --all-namespaces --selector=app.kubernetes.io/name=prometheus
Uninstalling the older/previous installation should fix this issue.