From aba571167a7c6be8c783d0349046ff1b3a47b19b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 10:08:11 -0600 Subject: [PATCH] add volsync --- clusters/cl01tl/helm/lidatube/Chart.lock | 7 +++++-- clusters/cl01tl/helm/lidatube/Chart.yaml | 4 ++++ clusters/cl01tl/helm/lidatube/values.yaml | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/lidatube/Chart.lock b/clusters/cl01tl/helm/lidatube/Chart.lock index 2f99f6cda..28eee56e1 100644 --- a/clusters/cl01tl/helm/lidatube/Chart.lock +++ b/clusters/cl01tl/helm/lidatube/Chart.lock @@ -2,5 +2,8 @@ dependencies: - name: app-template repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.5.0 -digest: sha256:486139f48e88e912593a7ee18973bc4872a6ddc4881fcfa933558f5a7749503b -generated: "2025-12-05T17:08:12.627557611Z" +- name: volsync-target + repository: oci://harbor.alexlebens.net/helm-charts + version: 0.5.0 +digest: sha256:8dc18a31138c2e4eb4f6499058aaec0437ecd76ba4f0c5db4ec1ef46e90f9628 +generated: "2025-12-17T10:07:48.72533-06:00" diff --git a/clusters/cl01tl/helm/lidatube/Chart.yaml b/clusters/cl01tl/helm/lidatube/Chart.yaml index 7d7d0b954..965f8f195 100644 --- a/clusters/cl01tl/helm/lidatube/Chart.yaml +++ b/clusters/cl01tl/helm/lidatube/Chart.yaml @@ -18,5 +18,9 @@ dependencies: alias: lidatube repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.5.0 + - name: volsync-target + alias: volsync-target-config + version: 0.5.0 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidatube.png appVersion: 0.2.42 diff --git a/clusters/cl01tl/helm/lidatube/values.yaml b/clusters/cl01tl/helm/lidatube/values.yaml index ed4307bfe..fa1d2594e 100644 --- a/clusters/cl01tl/helm/lidatube/values.yaml +++ b/clusters/cl01tl/helm/lidatube/values.yaml @@ -64,3 +64,10 @@ lidatube: main: - path: /lidatube/downloads readOnly: false +volsync-target-config: + pvcTarget: lidatube-config + moverSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch