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