From 1de88391223e9e5293763e11fbb53f267014afe0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 17:43:59 -0500 Subject: [PATCH] feat: change volsync schedule --- clusters/cl01tl/helm/roundcube/values.yaml | 7 ++++--- clusters/cl01tl/helm/rybbit/values.yaml | 7 ++++--- clusters/cl01tl/helm/searxng/values.yaml | 7 ++++--- clusters/cl01tl/helm/seerr/values.yaml | 7 ++++--- clusters/cl01tl/helm/shelfmark/values.yaml | 7 ++++--- clusters/cl01tl/helm/sonarr-4k/values.yaml | 5 +++-- clusters/cl01tl/helm/sonarr-anime/values.yaml | 5 +++-- clusters/cl01tl/helm/sonarr/values.yaml | 5 +++-- clusters/cl01tl/helm/stalwart/values.yaml | 7 ++++--- clusters/cl01tl/helm/tdarr/values.yaml | 14 ++++++++------ clusters/cl01tl/helm/vaultwarden/values.yaml | 1 + clusters/cl01tl/helm/yubal/values.yaml | 7 ++++--- 12 files changed, 46 insertions(+), 33 deletions(-) diff --git a/clusters/cl01tl/helm/roundcube/values.yaml b/clusters/cl01tl/helm/roundcube/values.yaml index 365d36a69..0d70c891b 100644 --- a/clusters/cl01tl/helm/roundcube/values.yaml +++ b/clusters/cl01tl/helm/roundcube/values.yaml @@ -272,9 +272,10 @@ volsync-target-data: pvcTarget: roundcube-data local: enabled: true - schedule: 16 11 * * * + schedule: 12 11 * * * remote: - enabled: false + enabled: true + schedule: 12 12 * * * external: enabled: true - schedule: 16 12 * * * + schedule: 12 13 * * * diff --git a/clusters/cl01tl/helm/rybbit/values.yaml b/clusters/cl01tl/helm/rybbit/values.yaml index afc7b9d0b..8d43919df 100644 --- a/clusters/cl01tl/helm/rybbit/values.yaml +++ b/clusters/cl01tl/helm/rybbit/values.yaml @@ -309,9 +309,10 @@ volsync-target-clickhouse-data: fsGroupChangePolicy: OnRootMismatch local: enabled: true - schedule: 40 11 * * * + schedule: 14 11 * * * remote: - enabled: false + enabled: true + schedule: 14 12 * * * external: enabled: true - schedule: 40 12 * * * + schedule: 14 13 * * * diff --git a/clusters/cl01tl/helm/searxng/values.yaml b/clusters/cl01tl/helm/searxng/values.yaml index 1886037a5..8ee89e990 100644 --- a/clusters/cl01tl/helm/searxng/values.yaml +++ b/clusters/cl01tl/helm/searxng/values.yaml @@ -171,9 +171,10 @@ volsync-target-data: pvcTarget: searxng-browser-data local: enabled: true - schedule: 18 11 * * * + schedule: 16 11 * * * remote: - enabled: false + enabled: true + schedule: 16 12 * * * external: enabled: true - schedule: 18 12 * * * + schedule: 16 12 * * * diff --git a/clusters/cl01tl/helm/seerr/values.yaml b/clusters/cl01tl/helm/seerr/values.yaml index 28479b912..ebaa7a7ae 100644 --- a/clusters/cl01tl/helm/seerr/values.yaml +++ b/clusters/cl01tl/helm/seerr/values.yaml @@ -48,9 +48,10 @@ volsync-target-config: pvcTarget: seerr-seerr-chart-config local: enabled: true - schedule: 20 11 * * * + schedule: 18 11 * * * remote: - enabled: false + enabled: true + schedule: 18 12 * * * external: enabled: true - schedule: 20 12 * * * + schedule: 18 13 * * * diff --git a/clusters/cl01tl/helm/shelfmark/values.yaml b/clusters/cl01tl/helm/shelfmark/values.yaml index d1a730a9a..4efb02a7d 100644 --- a/clusters/cl01tl/helm/shelfmark/values.yaml +++ b/clusters/cl01tl/helm/shelfmark/values.yaml @@ -170,9 +170,10 @@ volsync-target-config: runAsGroup: 1000 local: enabled: true - schedule: 38 11 * * * + schedule: 20 11 * * * remote: - enabled: false + enabled: true + schedule: 20 12 * * * external: enabled: true - schedule: 38 12 * * * + schedule: 20 13 * * * diff --git a/clusters/cl01tl/helm/sonarr-4k/values.yaml b/clusters/cl01tl/helm/sonarr-4k/values.yaml index 3c6615ec0..d26fa92ee 100644 --- a/clusters/cl01tl/helm/sonarr-4k/values.yaml +++ b/clusters/cl01tl/helm/sonarr-4k/values.yaml @@ -188,7 +188,8 @@ volsync-target-config: enabled: true schedule: 24 11 * * * remote: - enabled: false - external: enabled: true schedule: 24 12 * * * + external: + enabled: true + schedule: 24 13 * * * diff --git a/clusters/cl01tl/helm/sonarr-anime/values.yaml b/clusters/cl01tl/helm/sonarr-anime/values.yaml index 4ad0de3c5..c74b52d4e 100644 --- a/clusters/cl01tl/helm/sonarr-anime/values.yaml +++ b/clusters/cl01tl/helm/sonarr-anime/values.yaml @@ -188,7 +188,8 @@ volsync-target-config: enabled: true schedule: 26 11 * * * remote: - enabled: false - external: enabled: true schedule: 26 12 * * * + external: + enabled: true + schedule: 26 13 * * * diff --git a/clusters/cl01tl/helm/sonarr/values.yaml b/clusters/cl01tl/helm/sonarr/values.yaml index 5f84961b5..917232a94 100644 --- a/clusters/cl01tl/helm/sonarr/values.yaml +++ b/clusters/cl01tl/helm/sonarr/values.yaml @@ -188,7 +188,8 @@ volsync-target-config: enabled: true schedule: 22 11 * * * remote: - enabled: false + enabled: true + schedule: 22 12 * * external: enabled: true - schedule: 22 12 * * * + schedule: 22 13 * * * diff --git a/clusters/cl01tl/helm/stalwart/values.yaml b/clusters/cl01tl/helm/stalwart/values.yaml index 0f08835f8..53ca25191 100644 --- a/clusters/cl01tl/helm/stalwart/values.yaml +++ b/clusters/cl01tl/helm/stalwart/values.yaml @@ -118,9 +118,10 @@ volsync-target-config: pvcTarget: stalwart-config local: enabled: true - schedule: 32 11 * * * + schedule: 28 11 * * * remote: - enabled: false + enabled: true + schedule: 28 12 * * * external: enabled: true - schedule: 32 12 * * * + schedule: 28 13 * * * diff --git a/clusters/cl01tl/helm/tdarr/values.yaml b/clusters/cl01tl/helm/tdarr/values.yaml index aa83d7d69..51a0b8a2f 100644 --- a/clusters/cl01tl/helm/tdarr/values.yaml +++ b/clusters/cl01tl/helm/tdarr/values.yaml @@ -181,19 +181,21 @@ volsync-target-config: pvcTarget: tdarr-config local: enabled: true - schedule: 36 11 * * * + schedule: 30 11 * * * remote: - enabled: false + enabled: true + schedule: 30 12 * * * external: enabled: true - schedule: 36 12 * * * + schedule: 30 13 * * * volsync-target-server: pvcTarget: tdarr-server local: enabled: true - schedule: 38 11 * * * + schedule: 32 11 * * * remote: - enabled: false + enabled: true + schedule: 32 12 * * * external: enabled: true - schedule: 38 12 * * * + schedule: 32 13 * * * diff --git a/clusters/cl01tl/helm/vaultwarden/values.yaml b/clusters/cl01tl/helm/vaultwarden/values.yaml index 1ea68b97e..607eb628c 100644 --- a/clusters/cl01tl/helm/vaultwarden/values.yaml +++ b/clusters/cl01tl/helm/vaultwarden/values.yaml @@ -113,6 +113,7 @@ volsync-target-data: enabled: true schedule: 0 0 0 * * * remote: + enabled: true schedule: 0 0 0 * * * external: enabled: true diff --git a/clusters/cl01tl/helm/yubal/values.yaml b/clusters/cl01tl/helm/yubal/values.yaml index e36104f28..aaa407b3e 100644 --- a/clusters/cl01tl/helm/yubal/values.yaml +++ b/clusters/cl01tl/helm/yubal/values.yaml @@ -147,9 +147,10 @@ volsync-target-config: pvcTarget: yubal local: enabled: true - schedule: 42 11 * * * + schedule: 34 11 * * * remote: - enabled: false + enabled: true + schedule: 34 12 * * * external: enabled: true - schedule: 42 12 * * * + schedule: 34 14 * * *