mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add database backup support and bump version to 0.1.10
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ type: application
|
||||
annotations:
|
||||
version-source: github-release:jellyfin/jellyfin
|
||||
version-pattern: "s|^v||"
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
appVersion: "10.11.6"
|
||||
|
||||
@@ -41,7 +41,10 @@ spec:
|
||||
volumes:
|
||||
- name: backup-storage
|
||||
hostPath:
|
||||
path: {{ .Values.backup.storagePath }}
|
||||
type: DirectoryOrCreate
|
||||
restartPolicy: OnFailure
|
||||
path: {{ .Values.backup.storagePath }}
|
||||
type: DirectoryOrCreate
|
||||
restartPolicy: OnFailure
|
||||
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }}
|
||||
affinity: {{ toYaml .Values.affinity | nindent 8 }}
|
||||
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user