Skip to content

Commit

Permalink
feat(docker-image): update quay.io/prometheus/node-exporter docker ta…
Browse files Browse the repository at this point in the history
…g to v1.7.0

| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| docker     | quay.io/prometheus/node-exporter | v1.6.1 | v1.7.0 |
  • Loading branch information
carpenike-bot[bot] committed Nov 13, 2023
1 parent 61fb4f8 commit 3e003d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-parts/container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ set container name haproxy-k8s-api volume config mode 'ro'
set container name node-exporter environment procfs value '/host/proc'
set container name node-exporter environment rootfs value '/host/rootfs'
set container name node-exporter environment sysfs value '/host/sys'
set container name node-exporter image 'quay.io/prometheus/node-exporter:v1.6.1'
set container name node-exporter image 'quay.io/prometheus/node-exporter:v1.7.0'
set container name node-exporter memory '0'
set container name node-exporter allow-host-networks
set container name node-exporter restart 'on-failure'
Expand Down

0 comments on commit 3e003d2

Please sign in to comment.