Hi Anyone has used stable/prometheus-operator helm chart to deploy/manager your prometheus instances? stable/prometheus-operator chart is deprecated and the further development has moved to
https://github.com/prometheus-community/helm-charts… The chart has been renamed kube-prometheus-stack. How did you move your existing customization to the new one? I tested to deploy the new chart it was failed. Any idea??
helm upgrade --install r1 prometheus-community/kube-prometheus-stack
Error: UPGRADE FAILED: error validating “”: error validating data: [ValidationError(Prometheus.spec): unknown field “probeNamespaceSelector” in com.coreos.monitoring.v1.Prometheus.spec, ValidationError(Prometheus.spec): unknown field “probeSelector” in com.coreos.monitoring.v1.Prometheus.spec]
Zhang