From 2b8a3828b8e7b733100fc594f2b218cef878a7fb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:07:18 -0500 Subject: [PATCH 1/4] fix: add mover contect --- .../helm/grimmory/templates/replication-destination.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index 97bb9368d..a657216b8 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -14,3 +14,8 @@ spec: repository: booklore-config-backup-secret-local destinationPVC: grimmory-config copyMethod: Direct + moverSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch -- 2.49.1 From 249a344496d4b2415aabcb6d3009f905d3e86be0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:09:06 -0500 Subject: [PATCH 2/4] fix: wrong indent --- .../grimmory/templates/replication-destination.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index a657216b8..3219e5706 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -14,8 +14,8 @@ spec: repository: booklore-config-backup-secret-local destinationPVC: grimmory-config copyMethod: Direct - moverSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - fsGroupChangePolicy: OnRootMismatch + moverSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch -- 2.49.1 From 9cc95c417522371588d40714882b45a57a709ee9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:19:32 -0500 Subject: [PATCH 3/4] fix: change context --- .../helm/grimmory/templates/replication-destination.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index 3219e5706..497d3416c 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -15,7 +15,5 @@ spec: destinationPVC: grimmory-config copyMethod: Direct moverSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - fsGroupChangePolicy: OnRootMismatch + runAsUser: 0 + runAsGroup: 0 -- 2.49.1 From 52e8f51d3df691f269db7290acc5b992ec69fca8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:23:15 -0500 Subject: [PATCH 4/4] feat: use snapshot --- .../cl01tl/helm/grimmory/templates/replication-destination.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml index 497d3416c..94cc0576f 100644 --- a/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml +++ b/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml @@ -13,7 +13,7 @@ spec: restic: repository: booklore-config-backup-secret-local destinationPVC: grimmory-config - copyMethod: Direct + copyMethod: Snapshot moverSecurityContext: runAsUser: 0 runAsGroup: 0 -- 2.49.1