diff --git a/kubernetes/apps/home-automation/home-assistant/deployment.yaml b/kubernetes/apps/home-automation/home-assistant/deployment.yaml index d3f6927e..a2fc3d81 100644 --- a/kubernetes/apps/home-automation/home-assistant/deployment.yaml +++ b/kubernetes/apps/home-automation/home-assistant/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: initContainers: - name: install-hacs - image: homeassistant/home-assistant:2025.5 + image: homeassistant/home-assistant:2025.10 command: ["/bin/sh", "-c"] args: - | @@ -33,7 +33,7 @@ spec: containers: - name: home-assistant - image: homeassistant/home-assistant:2025.5 + image: homeassistant/home-assistant:2025.10 imagePullPolicy: Always resources: