From 22a734c9aa8b473d12c50cdbd16a5b40d0fc5ac6 Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:21:40 -0600 Subject: [PATCH] limit schedule currency --- charts/k8up-backup/templates/schedule.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/k8up-backup/templates/schedule.yaml b/charts/k8up-backup/templates/schedule.yaml index 702ad48..f7963c5 100644 --- a/charts/k8up-backup/templates/schedule.yaml +++ b/charts/k8up-backup/templates/schedule.yaml @@ -21,14 +21,17 @@ spec: schedule: '@hourly-random' failedJobsHistoryLimit: 2 successfulJobsHistoryLimit: 1 + concurrentRunsAllowed: false check: schedule: '@daily-random' failedJobsHistoryLimit: 2 successfulJobsHistoryLimit: 1 + concurrentRunsAllowed: false prune: schedule: '@weekly-random' failedJobsHistoryLimit: 2 successfulJobsHistoryLimit: 1 + concurrentRunsAllowed: false retention: keepLast: 5 keep Daily: 14