From fd400eb1deef08084ef6addf072cb01ea62e070a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 14 Sep 2025 15:47:31 -0500 Subject: [PATCH] home-assistant: Fix image refs for Zigbee/ZWaveJS The _updatebot_ has been running with an old configuration for a while, so while it was correctly identifying updates to ZWaveJS UI and Zigbee2MQTT, it was generating overrides for the incorrect OCI image names. --- home-assistant/kustomization.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/home-assistant/kustomization.yaml b/home-assistant/kustomization.yaml index 7743c32..25bd597 100644 --- a/home-assistant/kustomization.yaml +++ b/home-assistant/kustomization.yaml @@ -158,12 +158,8 @@ images: - name: docker.io/rhasspy/wyoming-piper newTag: 1.6.3 - name: ghcr.io/koenkk/zigbee2mqtt - newTag: 2.4.0 + newTag: 2.6.1 - name: ghcr.io/zwave-js/zwave-js-ui - newTag: 10.7.0 + newTag: 11.2.1 - name: docker.io/library/eclipse-mosquitto newTag: 2.0.22 -- name: docker.io/koenkk/zigbee2mqtt - newTag: 2.6.1 -- name: docker.io/zwavejs/zwave-js-ui - newTag: 11.2.1