Skip to content

Commit

Permalink
Change image repo to quay for blackbox exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
maulikjs authored and Chad Roberts committed Mar 18, 2021
1 parent bdf144f commit 8db0a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/prometheus/blackbox-exporter-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect

---
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
Expand All @@ -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
Expand Down

0 comments on commit 8db0a9b

Please sign in to comment.