From fbaf9e90d5763106a5781a29833ee0e2c38b96e5 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 22 Mar 2026 03:38:32 +0000 Subject: [PATCH] Automated Manifest Update (#4973) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `702ed26` (on `702ed26cd5ebac60177817653aeb063b59bd0dbf`) - **Charts Updated**: `houndarr` Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4973 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- 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