From ff61e3f21cc7fce5e0ae79773cd25e3c5d42d1b2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 00:47:28 -0600 Subject: [PATCH] change cron --- clusters/cl01tl/helm/libation/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml index 712c31a3b..d20878e95 100644 --- a/clusters/cl01tl/helm/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -6,7 +6,7 @@ libation: suspend: false concurrencyPolicy: Forbid timeZone: US/Central - schedule: "0 0 0 * *" + schedule: "0 0 0 0 *" startingDeadlineSeconds: 90 successfulJobsHistory: 3 failedJobsHistory: 3