From f5ff3e99480f72e6ee307cf315c2b85c3f805469 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Fri, 20 Oct 2023 06:07:39 +0000 Subject: [PATCH] chore(deps): update helm release prometheus-json-exporter to v0.7.3 --- apps/base/iot/shelly-exporter.yaml | 2 +- infrastructure/monitoring/json-exporter-monitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/iot/shelly-exporter.yaml b/apps/base/iot/shelly-exporter.yaml index 1cad844de..2f9ee65cf 100644 --- a/apps/base/iot/shelly-exporter.yaml +++ b/apps/base/iot/shelly-exporter.yaml @@ -13,7 +13,7 @@ spec: kind: HelmRepository name: prometheus-community namespace: monitoring-system - version: 0.7.2 + version: 0.7.3 interval: 5m valuesFrom: - kind: ConfigMap diff --git a/infrastructure/monitoring/json-exporter-monitor.yaml b/infrastructure/monitoring/json-exporter-monitor.yaml index 3ccfba88e..b3bf54609 100644 --- a/infrastructure/monitoring/json-exporter-monitor.yaml +++ b/infrastructure/monitoring/json-exporter-monitor.yaml @@ -12,7 +12,7 @@ spec: kind: HelmRepository name: prometheus-community namespace: monitoring-system - version: 0.7.2 + version: 0.7.3 interval: 5m valuesFrom: - kind: ConfigMap -- GitLab