fix: wrong schedule
Some checks failed
lint-test-helm / lint-helm (push) Successful in 28s
render-manifests-push / render-manifests-push (push) Successful in 32s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-11 18:36:40 -05:00
parent a9d450980a
commit 5852fdfa63

View File

@@ -6,7 +6,7 @@ rclone:
suspend: false suspend: false
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
timeZone: US/Central timeZone: US/Central
schedule: "0 0 6 * *" schedule: "0 0 * * *"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 1 successfulJobsHistory: 1
failedJobsHistory: 1 failedJobsHistory: 1
@@ -89,7 +89,7 @@ rclone:
suspend: false suspend: false
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
timeZone: US/Central timeZone: US/Central
schedule: "0 10 6 * *" schedule: "10 0 * * *"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 1 successfulJobsHistory: 1
failedJobsHistory: 1 failedJobsHistory: 1
@@ -172,7 +172,7 @@ rclone:
suspend: false suspend: false
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
timeZone: US/Central timeZone: US/Central
schedule: "0 20 6 * *" schedule: "20 0 * * *"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 1 successfulJobsHistory: 1
failedJobsHistory: 1 failedJobsHistory: 1
@@ -297,7 +297,7 @@ rclone:
suspend: false suspend: false
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
timeZone: US/Central timeZone: US/Central
schedule: "0 30 6 * *" schedule: "30 0 * * *"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 1 successfulJobsHistory: 1
failedJobsHistory: 1 failedJobsHistory: 1