fix: Correct indentation in backup-cronjob template and bump to 0.1.11

This commit is contained in:
sha
2026-03-16 02:22:32 +02:00
parent 9e2b3a2c25
commit d8c174236c
2 changed files with 7 additions and 7 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.10 version: 0.1.11
appVersion: "10.11.6" appVersion: "10.11.6"
+6 -6
View File
@@ -41,10 +41,10 @@ spec:
volumes: volumes:
- name: backup-storage - name: backup-storage
hostPath: hostPath:
path: {{ .Values.backup.storagePath }} path: {{ .Values.backup.storagePath }}
type: DirectoryOrCreate type: DirectoryOrCreate
restartPolicy: OnFailure restartPolicy: OnFailure
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }} nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}
affinity: {{ toYaml .Values.affinity | nindent 8 }} affinity: {{ toYaml .Values.affinity | nindent 10 }}
tolerations: {{ toYaml .Values.tolerations | nindent 8 }} tolerations: {{ toYaml .Values.tolerations | nindent 10 }}
{{- end }} {{- end }}