Skip to content

Commit

Permalink
Merge pull request kubernetes#1289 from tosi3k/node-exporter-image-fix
Browse files Browse the repository at this point in the history
Change node-exporter image origin
  • Loading branch information
k8s-ci-robot authored May 28, 2020
2 parents dab966f + 5b0a849 commit 9a8a929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: prometheus-node-exporter
image: quay.io/prometheus/node-exporter:v0.18.1
image: gcr.io/k8s-testimages/quay.io/prometheus/node-exporter:v0.18.1
imagePullPolicy: "IfNotPresent"
args:
- --path.procfs=/host/proc
Expand Down

0 comments on commit 9a8a929

Please sign in to comment.