From fd8224e8d97221a3f6539f8bedd797c08150e18f Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 28 May 2024 21:33:44 +0000 Subject: [PATCH] Change backup cronjob time --- apps/gitea/restic/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/restic/cronjob.yaml b/apps/gitea/restic/cronjob.yaml index d8a4192..7ab102c 100644 --- a/apps/gitea/restic/cronjob.yaml +++ b/apps/gitea/restic/cronjob.yaml @@ -4,7 +4,7 @@ metadata: name: restic-backup-cronjob namespace: gitea spec: - schedule: "0 2 * * *" # Cron expression for running daily at 2 AM + schedule: "0 3 * * *" # Cron expression for running daily at 2 AM jobTemplate: spec: template: