diff --git a/monitoring/prometheus/blackbox-exporter-common.yaml b/monitoring/prometheus/blackbox-exporter-common.yaml index cbf9f62..5a211c2 100644 --- a/monitoring/prometheus/blackbox-exporter-common.yaml +++ b/monitoring/prometheus/blackbox-exporter-common.yaml @@ -34,7 +34,7 @@ spec: tls: termination: edge insecureEdgeTerminationPolicy: Redirect - + --- apiVersion: apps.openshift.io/v1 kind: DeploymentConfig @@ -56,7 +56,7 @@ spec: configMap: name: blackbox containers: - - image: prom/blackbox-exporter:v0.18.0 + - image: quay.io/prometheus/blackbox-exporter:v0.18.0 name: blackbox-exporter args: - --log.level=debug