Skip to content
Snippets Groups Projects
Commit c35ec6f5 authored by Justin Pye's avatar Justin Pye
Browse files

The tag did not exist for "prometheus/node-exporter". So I have changed it to...

The tag did not exist for "prometheus/node-exporter". So I have changed it to a valid value of "v0.13.0"
parent dda5b0cc
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
hostNetwork: true hostNetwork: true
hostPID: true hostPID: true
containers: containers:
- image: quay.io/prometheus/node-exporter:0.13.0 - image: quay.io/prometheus/node-exporter:v0.13.0
args: args:
- "-collector.procfs=/host/proc" - "-collector.procfs=/host/proc"
- "-collector.sysfs=/host/sys" - "-collector.sysfs=/host/sys"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment