From e15b9005729216e6b4c896342234699e3a873285 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:28:19 -0500 Subject: [PATCH] Added history limits --- chart/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 0aa310f..ab8b3f4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -22,6 +22,8 @@ fediblockhole: enabled: false # @ignored schedule: "0 * * * *" + failedJobsHistoryLimit: 1 + successfulJobsHistoryLimit: 3 # if you manually change the UID/GID environment variables, ensure these values # match: