From cae806a63b5e6554d46fb1b60e28a6cce096fd4e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Oct 2025 17:38:40 +0000 Subject: [PATCH] Update quay.io/prometheus/node-exporter Docker tag to v1.10.0 (#1838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/prometheus/node-exporter | minor | `v1.9.1` -> `v1.10.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1838 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- hosts/ps08rp/node-exporter/compose.yaml | 2 +- hosts/ps09rp/node-exporter/compose.yaml | 2 +- hosts/ps10rp/node-exporter/compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/ps08rp/node-exporter/compose.yaml b/hosts/ps08rp/node-exporter/compose.yaml index 832857f6b..10e3f5a08 100644 --- a/hosts/ps08rp/node-exporter/compose.yaml +++ b/hosts/ps08rp/node-exporter/compose.yaml @@ -1,7 +1,7 @@ --- services: node-exporter: - image: quay.io/prometheus/node-exporter:v1.9.1 + image: quay.io/prometheus/node-exporter:v1.10.0 container_name: node-exporter command: - '--path.rootfs=/rootfs' diff --git a/hosts/ps09rp/node-exporter/compose.yaml b/hosts/ps09rp/node-exporter/compose.yaml index 832857f6b..10e3f5a08 100644 --- a/hosts/ps09rp/node-exporter/compose.yaml +++ b/hosts/ps09rp/node-exporter/compose.yaml @@ -1,7 +1,7 @@ --- services: node-exporter: - image: quay.io/prometheus/node-exporter:v1.9.1 + image: quay.io/prometheus/node-exporter:v1.10.0 container_name: node-exporter command: - '--path.rootfs=/rootfs' diff --git a/hosts/ps10rp/node-exporter/compose.yaml b/hosts/ps10rp/node-exporter/compose.yaml index 0353facff..f40b226bb 100644 --- a/hosts/ps10rp/node-exporter/compose.yaml +++ b/hosts/ps10rp/node-exporter/compose.yaml @@ -20,7 +20,7 @@ services: - /dev/net/tun:/dev/net/tun node-exporter: - image: quay.io/prometheus/node-exporter:v1.9.1 + image: quay.io/prometheus/node-exporter:v1.10.0 container_name: node-exporter command: - '--path.rootfs=/rootfs'