From 16d1b2e9ef3a776841bb49c827f7ce0ca6b1ff91 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 8 May 2026 18:02:33 -0500 Subject: [PATCH] feat: switch to backblaze --- clusters/cl01tl/helm/backrest/Chart.yaml | 4 ++-- clusters/cl01tl/helm/backrest/values.yaml | 8 ++++---- clusters/cl01tl/helm/bazarr/Chart.yaml | 2 +- clusters/cl01tl/helm/bazarr/values.yaml | 4 ++-- clusters/cl01tl/helm/dawarich/Chart.yaml | 6 +++--- clusters/cl01tl/helm/dawarich/values.yaml | 12 ++++++------ 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/clusters/cl01tl/helm/backrest/Chart.yaml b/clusters/cl01tl/helm/backrest/Chart.yaml index 0044c875c..20e4237ac 100644 --- a/clusters/cl01tl/helm/backrest/Chart.yaml +++ b/clusters/cl01tl/helm/backrest/Chart.yaml @@ -20,11 +20,11 @@ dependencies: version: 5.0.0 - name: volsync-target alias: volsync-target-config - version: 1.1.1 + version: 2.0.0 repository: oci://harbor.alexlebens.net/helm-charts - name: volsync-target alias: volsync-target-data - version: 1.1.1 + version: 2.0.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/backrest.png # renovate: datasource=github-releases depName=garethgeorge/backrest diff --git a/clusters/cl01tl/helm/backrest/values.yaml b/clusters/cl01tl/helm/backrest/values.yaml index 36c62fbd4..ec226efb8 100644 --- a/clusters/cl01tl/helm/backrest/values.yaml +++ b/clusters/cl01tl/helm/backrest/values.yaml @@ -118,10 +118,10 @@ volsync-target-data: schedule: 6 8 * * * remote: enabled: true - schedule: 6 9 * * * + schedule: 6 10 * * 0 external: enabled: true - schedule: 6 10 * * * + schedule: 6 9 * * 0 volsync-target-config: pvcTarget: backrest-config local: @@ -129,7 +129,7 @@ volsync-target-config: schedule: 8 8 * * * remote: enabled: true - schedule: 8 9 * * * + schedule: 8 10 * * 0 external: enabled: true - schedule: 8 10 * * * + schedule: 8 9 * * 0 diff --git a/clusters/cl01tl/helm/bazarr/Chart.yaml b/clusters/cl01tl/helm/bazarr/Chart.yaml index fe9eaaca1..889d9775b 100644 --- a/clusters/cl01tl/helm/bazarr/Chart.yaml +++ b/clusters/cl01tl/helm/bazarr/Chart.yaml @@ -24,7 +24,7 @@ dependencies: version: 5.0.0 - name: volsync-target alias: volsync-target-config - version: 1.1.1 + version: 2.0.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/bazarr.png # renovate: datasource=github-releases depName=linuxserver/docker-bazarr diff --git a/clusters/cl01tl/helm/bazarr/values.yaml b/clusters/cl01tl/helm/bazarr/values.yaml index a6f6dda0a..d62af5119 100644 --- a/clusters/cl01tl/helm/bazarr/values.yaml +++ b/clusters/cl01tl/helm/bazarr/values.yaml @@ -115,7 +115,7 @@ volsync-target-config: schedule: 10 8 * * * remote: enabled: true - schedule: 10 9 * * * + schedule: 10 10 * * 0 external: enabled: true - schedule: 10 10 * * * + schedule: 10 9 * * 0 diff --git a/clusters/cl01tl/helm/dawarich/Chart.yaml b/clusters/cl01tl/helm/dawarich/Chart.yaml index 8ea5388f4..1e735c92a 100644 --- a/clusters/cl01tl/helm/dawarich/Chart.yaml +++ b/clusters/cl01tl/helm/dawarich/Chart.yaml @@ -30,15 +30,15 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts - name: volsync-target alias: volsync-target-storage - version: 1.1.1 + version: 2.0.0 repository: oci://harbor.alexlebens.net/helm-charts - name: volsync-target alias: volsync-target-public - version: 1.1.1 + version: 2.0.0 repository: oci://harbor.alexlebens.net/helm-charts - name: volsync-target alias: volsync-target-watched - version: 1.1.1 + version: 2.0.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/dawarich.png # renovate: datasource=github-releases depName=Freika/dawarich diff --git a/clusters/cl01tl/helm/dawarich/values.yaml b/clusters/cl01tl/helm/dawarich/values.yaml index 20225caa8..65f2a362a 100644 --- a/clusters/cl01tl/helm/dawarich/values.yaml +++ b/clusters/cl01tl/helm/dawarich/values.yaml @@ -350,10 +350,10 @@ volsync-target-storage: schedule: 6 8 * * * remote: enabled: true - schedule: 6 9 * * * + schedule: 6 10 * * 0 external: enabled: true - schedule: 6 10 * * * + schedule: 6 9 * * 0 volsync-target-public: pvcTarget: dawarich-public local: @@ -361,10 +361,10 @@ volsync-target-public: schedule: 8 8 * * * remote: enabled: true - schedule: 8 9 * * * + schedule: 8 10 * * 0 external: enabled: true - schedule: 8 10 * * * + schedule: 8 9 * * 0 volsync-target-watched: pvcTarget: dawarich-watched local: @@ -372,7 +372,7 @@ volsync-target-watched: schedule: 8 8 * * * remote: enabled: true - schedule: 8 9 * * * + schedule: 8 10 * * 0 external: enabled: true - schedule: 8 10 * * * + schedule: 8 9 * * 0 -- 2.49.1