From 244ec5f13551a01ca3d6269de6a308614bae52c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 07:07:13 +0000 Subject: [PATCH] chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.2.2 (#2496) --- apps/homeassistant-1/config.json | 6 +++--- apps/homeassistant-1/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/homeassistant-1/config.json b/apps/homeassistant-1/config.json index 93fe43e5..f16ed329 100644 --- a/apps/homeassistant-1/config.json +++ b/apps/homeassistant-1/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "homeassistant-1", - "tipi_version": 1, - "version": "2024.2.1", + "tipi_version": 2, + "version": "2024.2.2", "categories": [ "automation" ], @@ -19,4 +19,4 @@ "arm64", "amd64" ] -} \ No newline at end of file +} diff --git a/apps/homeassistant-1/docker-compose.yml b/apps/homeassistant-1/docker-compose.yml index 3424ebe5..ef1bf5e7 100644 --- a/apps/homeassistant-1/docker-compose.yml +++ b/apps/homeassistant-1/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: homeassistant-1: - image: ghcr.io/home-assistant/home-assistant:2024.2.1 + image: ghcr.io/home-assistant/home-assistant:2024.2.2 container_name: homeassistant-1 environment: - TZ=${TZ}