Skip to content

Commit

Permalink
💾 do NOT prune offsite backups on every run
Browse files Browse the repository at this point in the history
see #97
  • Loading branch information
C0nsultant committed Feb 1, 2025
1 parent a34da62 commit be6c51f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion flux/apps/bitwarden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
2 changes: 1 addition & 1 deletion flux/apps/firefly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
2 changes: 1 addition & 1 deletion flux/apps/fresh-rss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
4 changes: 2 additions & 2 deletions flux/apps/immich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
---
apiVersion: appcatalog.appscode.com/v1alpha1
kind: AppBinding
Expand Down Expand Up @@ -279,4 +279,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
2 changes: 1 addition & 1 deletion flux/apps/n8n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
4 changes: 2 additions & 2 deletions flux/apps/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
---
apiVersion: appcatalog.appscode.com/v1alpha1
kind: AppBinding
Expand Down Expand Up @@ -1480,4 +1480,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
4 changes: 2 additions & 2 deletions flux/apps/paperless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false
---
apiVersion: appcatalog.appscode.com/v1alpha1
kind: AppBinding
Expand Down Expand Up @@ -237,4 +237,4 @@ spec:
keepWeekly: 12
keepMonthly: 6
keepYearly: 2
prune: true
prune: false

0 comments on commit be6c51f

Please sign in to comment.