From d8c174236cc2df57e2bc69897373f7b4e3691c50 Mon Sep 17 00:00:00 2001 From: sHa Date: Mon, 16 Mar 2026 02:22:32 +0200 Subject: [PATCH] fix: Correct indentation in backup-cronjob template and bump to 0.1.11 --- jellyfin/Chart.yaml | 2 +- jellyfin/templates/backup-cronjob.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index 714a84e..3c8ddd6 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -5,5 +5,5 @@ type: application annotations: version-source: github-release:jellyfin/jellyfin version-pattern: "s|^v||" -version: 0.1.10 +version: 0.1.11 appVersion: "10.11.6" diff --git a/jellyfin/templates/backup-cronjob.yaml b/jellyfin/templates/backup-cronjob.yaml index 14e0ba3..74cef66 100644 --- a/jellyfin/templates/backup-cronjob.yaml +++ b/jellyfin/templates/backup-cronjob.yaml @@ -41,10 +41,10 @@ spec: volumes: - name: backup-storage hostPath: - 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 }} + path: {{ .Values.backup.storagePath }} + type: DirectoryOrCreate + restartPolicy: OnFailure + nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }} + affinity: {{ toYaml .Values.affinity | nindent 10 }} + tolerations: {{ toYaml .Values.tolerations | nindent 10 }} {{- end }}