Skip to content

Commit 5ccc2b8

Browse files
Renovate BotMatt Reeves
Renovate Bot
authored and
Matt Reeves
committedFeb 26, 2025
⬆️ Update quay.io/prometheus/node-exporter Docker tag to v1.9.0
1 parent d5602df commit 5ccc2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker/exporters/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
node_exporter:
4-
image: quay.io/prometheus/node-exporter:v1.8.2
4+
image: quay.io/prometheus/node-exporter:v1.9.0
55
container_name: node_exporter
66
command: "--path.rootfs=/host"
77
ports:

‎docker/grafana/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
- grafana
8585

8686
node_exporter:
87-
image: quay.io/prometheus/node-exporter:v1.8.2
87+
image: quay.io/prometheus/node-exporter:v1.9.0
8888
container_name: node_exporter
8989
command: "--path.rootfs=/host"
9090
pid: host

0 commit comments

Comments
 (0)
Please sign in to comment.