From 8948cd4c25fb3c59e1825ed4168e7c801b847a6e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 15 Dec 2025 22:09:54 -0600 Subject: [PATCH] move volsync to chart --- clusters/cl01tl/helm/garage/Chart.yaml | 4 ++++ clusters/cl01tl/helm/garage/values.yaml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/clusters/cl01tl/helm/garage/Chart.yaml b/clusters/cl01tl/helm/garage/Chart.yaml index d7f0a1419..62ea9f7fb 100644 --- a/clusters/cl01tl/helm/garage/Chart.yaml +++ b/clusters/cl01tl/helm/garage/Chart.yaml @@ -18,5 +18,9 @@ dependencies: alias: garage repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.5.0 + - name: volsync-target + alias: volsync-target-db + version: 0.5.0 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png appVersion: v2.1.0 diff --git a/clusters/cl01tl/helm/garage/values.yaml b/clusters/cl01tl/helm/garage/values.yaml index 0e64c7519..7851a504b 100644 --- a/clusters/cl01tl/helm/garage/values.yaml +++ b/clusters/cl01tl/helm/garage/values.yaml @@ -123,6 +123,7 @@ garage: mountPropagation: None subPath: garage.toml db: + forceRename: garage-db storageClass: ceph-block accessMode: ReadWriteOnce size: 50Gi @@ -152,3 +153,12 @@ garage: main: - path: /var/lib/garage/snapshots readOnly: false +volsync-target-db: + pvcTarget: garage-db + local: + enabled: false + remote: + restic: + cacheCapacity: 10Gi + external: + enabled: false