From 908970979bd50f868a9210d86353a6e5ea3a9912 Mon Sep 17 00:00:00 2001 From: "Victor M. Vicente Cuevas" Date: Sat, 14 Dec 2024 15:34:32 +0100 Subject: [PATCH] Home assistant 2024.12.3 --- kubernetes/apps/manifests/home-assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/manifests/home-assistant.yaml b/kubernetes/apps/manifests/home-assistant.yaml index 4b68559..7b42785 100644 --- a/kubernetes/apps/manifests/home-assistant.yaml +++ b/kubernetes/apps/manifests/home-assistant.yaml @@ -52,7 +52,7 @@ spec: hostNetwork: true containers: - name: home-assistant - image: ghcr.io/home-assistant/home-assistant:2024.11.2 + image: ghcr.io/home-assistant/home-assistant:2024.12.3 ports: - containerPort: 8123 securityContext: