feat: Bump version to 0.1.4 in Chart.yaml and update log management in deployment.yaml

This commit is contained in:
sha
2026-03-18 16:18:58 +02:00
parent cfee9dc0be
commit 58585a1082
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ type: application
annotations:
version-source: github-release:home-assistant/core
version-pattern: "s|^v||"
version: 0.1.3
version: 0.1.4
appVersion: "2026.3.1"
+1 -1
View File
@@ -33,8 +33,8 @@ spec:
- -c
- |
# 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
# Discard rotated logs
ln -sf /dev/null /config/home-assistant.log.1
volumeMounts:
- name: config