We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83174be commit 5a2b6cdCopy full SHA for 5a2b6cd
kubernetes/apps/home-automation/home-assistant/deployment.yaml
@@ -15,7 +15,7 @@ spec:
15
spec:
16
initContainers:
17
- name: install-hacs
18
- image: homeassistant/home-assistant:2025.5
+ image: homeassistant/home-assistant:2025.9
19
command: ["/bin/sh", "-c"]
20
args:
21
- |
@@ -33,7 +33,7 @@ spec:
33
34
containers:
35
- name: home-assistant
36
37
imagePullPolicy: Always
38
39
resources:
0 commit comments