File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
home-assistant/home-assistant Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 23
23
if [[ "${COPY_CONFIGURATION}" == true ]]; then
24
24
/tmp/repo/lifecycle/prepare.sh ${DATA_PATH} /tmp/repo
25
25
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ controllers:
8
8
image :
9
9
repository : ghcr.io/home-assistant/home-assistant
10
10
pullPolicy : IfNotPresent
11
- tag : 2024.11.3
11
+ tag : 2024.12.4
12
12
13
13
env :
14
14
- name : TZ
@@ -27,9 +27,6 @@ controllers:
27
27
secretKeyRef :
28
28
name : home-assistant-postgresql-app
29
29
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
33
30
34
31
envFrom :
35
32
- secretRef :
@@ -143,3 +140,13 @@ persistence:
143
140
globalMounts :
144
141
- path : /gcp-credentials
145
142
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
You can’t perform that action at this time.
0 commit comments