mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Bump version to 0.1.5 in Chart.yaml and update log redirection in deployment.yaml
This commit is contained in:
@@ -5,5 +5,5 @@ type: application
|
|||||||
annotations:
|
annotations:
|
||||||
version-source: github-release:home-assistant/core
|
version-source: github-release:home-assistant/core
|
||||||
version-pattern: "s|^v||"
|
version-pattern: "s|^v||"
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
appVersion: "2026.3.1"
|
appVersion: "2026.3.1"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
# Redirect HA log files to container stdout
|
# Redirect HA log files to container stdout
|
||||||
rm -f /config/home-assistant.log /config/home-assistant.log.1
|
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
|
ln -sf /dev/null /config/home-assistant.log.1
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
|
|||||||
Reference in New Issue
Block a user