Skip to content

Commit

Permalink
Update quay.io/prometheus/node-exporter Docker tag to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2023
1 parent 8a96281 commit 16acd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ local path_join(prefix, suffix) = (
tolerations: utils.toleratesMaster,
containers_+: {
default: kube.Container("node-exporter") {
image: "quay.io/prometheus/node-exporter:v1.4.0", // renovate
image: "quay.io/prometheus/node-exporter:v1.5.0", // renovate
local v = self.volumeMounts_,
args_+: {
"path.rootfs": v.root.mountPath,
Expand Down

0 comments on commit 16acd99

Please sign in to comment.