From 9b089f58410d2574c4a1b09626fecf1969bbc255 Mon Sep 17 00:00:00 2001 From: raelix-bot <122310259+raelix-bot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:49:02 +0000 Subject: [PATCH] feat(container): update docker.io/koenkk/zigbee2mqtt docker tag to v1.37.0 --- infrastructure/production/zigbee2mqtt-sensors/app/values.yaml | 2 +- infrastructure/production/zigbee2mqtt-switches/app/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/production/zigbee2mqtt-sensors/app/values.yaml b/infrastructure/production/zigbee2mqtt-sensors/app/values.yaml index b68af115..d52feeb5 100644 --- a/infrastructure/production/zigbee2mqtt-sensors/app/values.yaml +++ b/infrastructure/production/zigbee2mqtt-sensors/app/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/koenkk/zigbee2mqtt - tag: 1.35.1 + tag: 1.37.0 env: ZIGBEE2MQTT_DATA: /data diff --git a/infrastructure/production/zigbee2mqtt-switches/app/values.yaml b/infrastructure/production/zigbee2mqtt-switches/app/values.yaml index d38a30af..f3955019 100644 --- a/infrastructure/production/zigbee2mqtt-switches/app/values.yaml +++ b/infrastructure/production/zigbee2mqtt-switches/app/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/koenkk/zigbee2mqtt - tag: 1.35.1 + tag: 1.37.0 env: ZIGBEE2MQTT_DATA: /data