mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Bump version to 0.1.4 in Chart.yaml and update log management in deployment.yaml
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user