Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 584b062

Browse files
author
Renovate Bot
committedFeb 23, 2025
⬆️ Update quay.io/prometheus/node-exporter Docker tag to v1.9.0
1 parent 562a585 commit 584b062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker/exporters/docker-compose.yml

+1-1
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

+1-1
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.