mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Bump version to 0.1.6 in Chart.yaml and update log cleanup 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.5
|
||||
version: 0.1.6
|
||||
appVersion: "2026.3.1"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user