From 2694919396788fa03360d6b9f2371884d9718e63 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Mar 2026 23:17:38 -0500 Subject: [PATCH] feat: remove volsync, rely on backrest --- .../cl01tl/helm/audiobookshelf/Chart.yaml | 8 ----- .../cl01tl/helm/audiobookshelf/values.yaml | 34 ------------------- 2 files changed, 42 deletions(-) diff --git a/clusters/cl01tl/helm/audiobookshelf/Chart.yaml b/clusters/cl01tl/helm/audiobookshelf/Chart.yaml index 8e1214afe..1e135f4a3 100644 --- a/clusters/cl01tl/helm/audiobookshelf/Chart.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/Chart.yaml @@ -27,14 +27,6 @@ dependencies: alias: volsync-target-metadata version: 0.8.0 repository: oci://harbor.alexlebens.net/helm-charts - - name: volsync-target - alias: volsync-target-books - version: 0.8.0 - repository: oci://harbor.alexlebens.net/helm-charts - - name: volsync-target - alias: volsync-target-audiobooks - version: 0.8.0 - repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/audiobookshelf.png # renovate: datasource=github-releases depName=advplyr/audiobookshelf appVersion: 2.32.1 diff --git a/clusters/cl01tl/helm/audiobookshelf/values.yaml b/clusters/cl01tl/helm/audiobookshelf/values.yaml index 3cd34e8db..c5828da45 100644 --- a/clusters/cl01tl/helm/audiobookshelf/values.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/values.yaml @@ -157,37 +157,3 @@ volsync-target-metadata: external: enabled: true schedule: 4 10 * * * -volsync-target-books: - pvcTarget: audiobookshelf-books-nfs-storage - local: - enabled: true - schedule: 14 8 * * * - restic: - copyMethod: Direct - remote: - enabled: false - schedule: 14 9 * * * - restic: - copyMethod: Direct - external: - enabled: false - schedule: 14 10 * * * - restic: - copyMethod: Direct -volsync-target-audiobooks: - pvcTarget: audiobookshelf-audiobooks-nfs-storage - local: - enabled: true - schedule: 14 8 * * * - restic: - copyMethod: Direct - remote: - enabled: false - schedule: 14 9 * * * - restic: - copyMethod: Direct - external: - enabled: false - schedule: 14 10 * * * - restic: - copyMethod: Direct