From 5852fdfa63f4b244c164ad49356a755911f49812 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 18:36:40 -0500 Subject: [PATCH] fix: wrong schedule --- clusters/cl01tl/helm/rclone/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/rclone/values.yaml b/clusters/cl01tl/helm/rclone/values.yaml index 232b00f15..c86dd9c52 100644 --- a/clusters/cl01tl/helm/rclone/values.yaml +++ b/clusters/cl01tl/helm/rclone/values.yaml @@ -6,7 +6,7 @@ rclone: suspend: false concurrencyPolicy: Forbid timeZone: US/Central - schedule: "0 0 6 * *" + schedule: "0 0 * * *" startingDeadlineSeconds: 90 successfulJobsHistory: 1 failedJobsHistory: 1 @@ -89,7 +89,7 @@ rclone: suspend: false concurrencyPolicy: Forbid timeZone: US/Central - schedule: "0 10 6 * *" + schedule: "10 0 * * *" startingDeadlineSeconds: 90 successfulJobsHistory: 1 failedJobsHistory: 1 @@ -172,7 +172,7 @@ rclone: suspend: false concurrencyPolicy: Forbid timeZone: US/Central - schedule: "0 20 6 * *" + schedule: "20 0 * * *" startingDeadlineSeconds: 90 successfulJobsHistory: 1 failedJobsHistory: 1 @@ -297,7 +297,7 @@ rclone: suspend: false concurrencyPolicy: Forbid timeZone: US/Central - schedule: "0 30 6 * *" + schedule: "30 0 * * *" startingDeadlineSeconds: 90 successfulJobsHistory: 1 failedJobsHistory: 1