Skip to content

Commit 5a2b6cd

Browse files
feat(container): update image homeassistant/home-assistant ( 2025.5 → 2025.9 )
1 parent 83174be commit 5a2b6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/apps/home-automation/home-assistant/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
initContainers:
1717
- name: install-hacs
18-
image: homeassistant/home-assistant:2025.5
18+
image: homeassistant/home-assistant:2025.9
1919
command: ["/bin/sh", "-c"]
2020
args:
2121
- |
@@ -33,7 +33,7 @@ spec:
3333

3434
containers:
3535
- name: home-assistant
36-
image: homeassistant/home-assistant:2025.5
36+
image: homeassistant/home-assistant:2025.9
3737
imagePullPolicy: Always
3838

3939
resources:

0 commit comments

Comments
 (0)