feat: Add database backup support and bump version to 0.1.10

This commit is contained in:
sha
2026-03-16 02:18:20 +02:00
parent 58598accaa
commit 9e2b3a2c25
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ type: application
annotations: annotations:
version-source: github-release:jellyfin/jellyfin version-source: github-release:jellyfin/jellyfin
version-pattern: "s|^v||" version-pattern: "s|^v||"
version: 0.1.9 version: 0.1.10
appVersion: "10.11.6" appVersion: "10.11.6"
+3
View File
@@ -44,4 +44,7 @@ spec:
path: {{ .Values.backup.storagePath }} path: {{ .Values.backup.storagePath }}
type: DirectoryOrCreate type: DirectoryOrCreate
restartPolicy: OnFailure restartPolicy: OnFailure
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
{{- end }} {{- end }}