From 85f5964126b80c6073d6795e0cb8b43387cb5b0f Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 22 Mar 2026 03:34:45 +0000 Subject: [PATCH] chore: Update manifests after change --- clusters/cl01tl/manifests/houndarr/Deployment-houndarr.yaml | 4 ++++ ...plicationSource-houndarr-data-backup-source-external.yaml | 5 +++++ .../ReplicationSource-houndarr-data-backup-source-local.yaml | 5 +++++ ...ReplicationSource-houndarr-data-backup-source-remote.yaml | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/clusters/cl01tl/manifests/houndarr/Deployment-houndarr.yaml b/clusters/cl01tl/manifests/houndarr/Deployment-houndarr.yaml index 439950712..ad2817bfd 100644 --- a/clusters/cl01tl/manifests/houndarr/Deployment-houndarr.yaml +++ b/clusters/cl01tl/manifests/houndarr/Deployment-houndarr.yaml @@ -37,6 +37,10 @@ spec: - env: - name: TZ value: America/Chicago + - name: PUID + value: "1000" + - name: PGID + value: "1000" - name: HOUNDARR_SECURE_COOKIES value: "true" - name: HOUNDARR_TRUSTED_PROXIES diff --git a/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-external.yaml b/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-external.yaml index 917b79c98..360fa140e 100644 --- a/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-external.yaml +++ b/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-external.yaml @@ -23,6 +23,11 @@ spec: monthly: 3 weekly: 4 yearly: 1 + moverSecurityContext: + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch + runAsGroup: 1000 + runAsUser: 1000 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot diff --git a/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-local.yaml b/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-local.yaml index 6013018df..2eae03026 100644 --- a/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-local.yaml +++ b/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-local.yaml @@ -23,6 +23,11 @@ spec: monthly: 3 weekly: 4 yearly: 1 + moverSecurityContext: + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch + runAsGroup: 1000 + runAsUser: 1000 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot diff --git a/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-remote.yaml b/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-remote.yaml index b7c1382b4..3f9259603 100644 --- a/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-remote.yaml +++ b/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-remote.yaml @@ -23,6 +23,11 @@ spec: monthly: 3 weekly: 4 yearly: 1 + moverSecurityContext: + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch + runAsGroup: 1000 + runAsUser: 1000 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot -- 2.49.1