diff --git a/charts/backup/Chart.yaml b/charts/backup/Chart.yaml index e39f8f22..d624af39 100644 --- a/charts/backup/Chart.yaml +++ b/charts/backup/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: backup description: Chart to back up PVCs with restic and regularly clean up the snapshots. type: application -version: 1.0.0 +version: 1.0.1 diff --git a/charts/backup/templates/cronjob-cleanup.yaml b/charts/backup/templates/cronjob-cleanup.yaml index d40b1b33..47700881 100644 --- a/charts/backup/templates/cronjob-cleanup.yaml +++ b/charts/backup/templates/cronjob-cleanup.yaml @@ -31,6 +31,7 @@ spec: {{- else }} - --no-cache - --verbose + - --group-by paths - --repo - {{ .Values.repo }} - forget