From 600e7ee276408e2db6988773edb3595536ad4d27 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Dec 2023 20:00:25 +0000 Subject: [PATCH] Update homeassistant/home-assistant Docker tag to v2023.12 --- apps/homeassistant/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/homeassistant/values.yaml b/apps/homeassistant/values.yaml index 785043f..f57100d 100644 --- a/apps/homeassistant/values.yaml +++ b/apps/homeassistant/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: homeassistant/home-assistant # -- image tag - tag: "2023.10" + tag: "2023.12" # -- image pull policy pullPolicy: IfNotPresent