Skip to content

Commit 4c2c68b

Browse files
committed
feat: upgrade home-assistant
1 parent 1038eab commit 4c2c68b

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

home-assistant/home-assistant/extensions/configmap-scripts.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ data:
2323
if [[ "${COPY_CONFIGURATION}" == true ]]; then
2424
/tmp/repo/lifecycle/prepare.sh ${DATA_PATH} /tmp/repo
2525
fi
26+
dockerenv: |
27+
# TODO: remove once https://github.com/home-assistant/core/issues/127966 (PR: https://github.com/home-assistant/core/pull/132404) is fixed

home-assistant/home-assistant/values.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ controllers:
88
image:
99
repository: ghcr.io/home-assistant/home-assistant
1010
pullPolicy: IfNotPresent
11-
tag: 2024.11.3
11+
tag: 2024.12.4
1212

1313
env:
1414
- name: TZ
@@ -27,9 +27,6 @@ controllers:
2727
secretKeyRef:
2828
name: home-assistant-postgresql-app
2929
key: uri
30-
# TODO: remove once https://github.com/home-assistant/core/issues/127966 is fixed
31-
- name: PYTHONPATH
32-
value: /usr/local/lib/python3.12:/config/deps
3330

3431
envFrom:
3532
- secretRef:
@@ -143,3 +140,13 @@ persistence:
143140
globalMounts:
144141
- path: /gcp-credentials
145142
readOnly: true
143+
# TODO: remove once https://github.com/home-assistant/core/issues/127966 (PR: https://github.com/home-assistant/core/pull/132404) is fixed
144+
dockerenv:
145+
enabled: true
146+
type: configMap
147+
name: home-assistant-scripts
148+
advancedMounts:
149+
main:
150+
home-assistant:
151+
- path: /.dockerenv
152+
subPath: dockerenv

0 commit comments

Comments
 (0)