From babb7a075685bff7baeaf757ce52516892043a48 Mon Sep 17 00:00:00 2001 From: Scotte Zinn Date: Wed, 1 Jan 2025 10:39:32 -0500 Subject: [PATCH] dep: smartctl-exporter updated --- ansible/files/ragnar/smartctl-exporter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/ragnar/smartctl-exporter.yaml b/ansible/files/ragnar/smartctl-exporter.yaml index 562fe6736b..63da8dff2e 100644 --- a/ansible/files/ragnar/smartctl-exporter.yaml +++ b/ansible/files/ragnar/smartctl-exporter.yaml @@ -2,7 +2,7 @@ services: smartctl-exporter: command: - '--smartctl.device-exclude=nvme0' - image: quay.io/prometheuscommunity/smartctl-exporter:v0.12.0 + image: quay.io/prometheuscommunity/smartctl-exporter:v0.13.0 ports: - '9633:9633' privileged: True