From ff42546ff34594493302eb70928c2273fe7dd1f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:34:40 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io/hom?= =?UTF-8?q?e-operations/home-assistant=20(=202026.4.3=20=E2=86=92=202026.8?= =?UTF-8?q?.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------------------------------------- | -------- | -------- | | docker | ghcr.io/home-operations/home-assistant | 2026.4.3 | 2026.8.1 | Signed-off-by: Roger Rumao --- main/homelab/home-assistant/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/homelab/home-assistant/values.yaml b/main/homelab/home-assistant/values.yaml index 491961778..cf27f8fbd 100644 --- a/main/homelab/home-assistant/values.yaml +++ b/main/homelab/home-assistant/values.yaml @@ -19,7 +19,7 @@ app-template: enabled: true image: repository: ghcr.io/home-operations/home-assistant - tag: 2026.4.3 + tag: 2026.8.1 command: [ 'sh', '-c', 'sed "s/base_url = get_url(hass)/base_url = get_url(hass,prefer_external=True)/g" /usr/local/lib/python3.14/site-packages/homeassistant/components/media_player/browse_media.py > /ttsFix/tts.py' ] @@ -27,7 +27,7 @@ app-template: app: image: repository: ghcr.io/home-operations/home-assistant - tag: 2026.4.3 + tag: 2026.8.1 env: TZ: "America/Chicago" # envFrom: