From ae69a035356875083cd674ad00b9e3690c09cb17 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 23 Jun 2023 02:18:39 +0200 Subject: [PATCH] Revert "chore(deps): update ghcr.io/lesuisse/shelly-ht-action-prometheus docker tag to v0.3.1" The new image version suddenly requires to use a passphrase for no reason. The connection is plaintext anyway. This reverts commit 7ca808d5a2a2d00143917231df79c3a39b3cede7. --- apps/base/iot/shelly-ht-monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/iot/shelly-ht-monitor.yaml b/apps/base/iot/shelly-ht-monitor.yaml index d08a63edb..3ae63585b 100644 --- a/apps/base/iot/shelly-ht-monitor.yaml +++ b/apps/base/iot/shelly-ht-monitor.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: shelly-ht-monitor - image: ghcr.io/lesuisse/shelly-ht-action-prometheus:0.3.1 + image: ghcr.io/lesuisse/shelly-ht-action-prometheus:0.2.0 env: - name: SENSOR_PASSWORD valueFrom: -- GitLab