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