issue with prometheus-community installation via helm
Solution 1:
I fix it. Need to use not latest version. Just include tag in you image which is not the latest. I use version 18
helm install monitoring prometheus-community/kube-prometheus-stack \
--version 18.0.8 \
--namespace monitoring \
--create-namespace