feat: Bump version to 0.1.5 in Chart.yaml and update log redirection in deployment.yaml

This commit is contained in:
sha
2026-03-18 16:30:32 +02:00
parent 58585a1082
commit 350f36e61e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- |
# Redirect HA log files to container stdout
rm -f /config/home-assistant.log /config/home-assistant.log.1
ln -sf /proc/1/fd/1 /config/home-assistant.log
ln -sf /dev/stdout /config/home-assistant.log
ln -sf /dev/null /config/home-assistant.log.1
volumeMounts:
- name: config