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:
|
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.5
|
version: 0.1.6
|
||||||
appVersion: "2026.3.1"
|
appVersion: "2026.3.1"
|
||||||
|
|||||||
@@ -32,10 +32,8 @@ spec:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -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
|
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:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
@@ -93,6 +91,9 @@ spec:
|
|||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
|
args:
|
||||||
|
- --log-file
|
||||||
|
- /dev/null
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8123
|
containerPort: 8123
|
||||||
|
|||||||
Reference in New Issue
Block a user