From 6a2bee93b5becc98a0eefb40edd8dc219d7d26da Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 23 Mar 2026 22:07:36 +0200 Subject: [PATCH] fix(monitoring): use patched idrac exporter with PSU input voltage metric The upstream ghcr.io/mrlhansen/idrac_exporter:2.4.1 is missing NewPowerSupplyInputVoltage in RefreshPowerOld, so the R730 iDRAC never emits idrac_power_supply_input_voltage. Switch to the patched viktorbarzin/idrac-redfish-exporter:2.4.1-voltage-fix image. --- stacks/monitoring/modules/monitoring/idrac.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stacks/monitoring/modules/monitoring/idrac.tf b/stacks/monitoring/modules/monitoring/idrac.tf index e1720739..a61b2f9a 100644 --- a/stacks/monitoring/modules/monitoring/idrac.tf +++ b/stacks/monitoring/modules/monitoring/idrac.tf @@ -62,8 +62,9 @@ resource "kubernetes_deployment" "idrac-redfish" { priority_class_name = "tier-1-cluster" container { # https://github.com/mrlhansen/idrac_exporter?tab=readme-ov-file - # Pinned tag — Kyverno policy sets imagePullPolicy: IfNotPresent - image = "ghcr.io/mrlhansen/idrac_exporter:2.4.1" + # Patched v2.4.1 - restored missing idrac_power_supply_input_voltage metric + # See: https://github.com/mrlhansen/idrac_exporter/issues/176 + image = "viktorbarzin/idrac-redfish-exporter:2.4.1-voltage-fix" name = "redfish-exporter" port { container_port = 9610