feat: Bump version to 0.1.6 in Chart.yaml and update log cleanup in deployment.yaml

This commit is contained in:
sha
2026-03-18 16:41:29 +02:00
parent 350f36e61e
commit 1990ef7168
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -32,10 +32,8 @@ spec:
- /bin/sh
- -c
- |
# Redirect HA log files to container stdout
# Clean up old log files from PVC
rm -f /config/home-assistant.log /config/home-assistant.log.1
ln -sf /dev/stdout /config/home-assistant.log
ln -sf /dev/null /config/home-assistant.log.1
volumeMounts:
- name: config
mountPath: /config
@@ -93,6 +91,9 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --log-file
- /dev/null
ports:
- name: http
containerPort: 8123