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 e5e6bbd commit b7615bdCopy full SHA for b7615bd
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.7
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