From 3f5ed2bf88a8acda2daf9ccf42bee2f16ba16029 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 8 Feb 2025 13:06:12 +0100 Subject: [PATCH] fix(renovate): some minor renovate chart tweaks --- charts/incubator/renovate/Chart.yaml | 2 +- charts/incubator/renovate/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/incubator/renovate/Chart.yaml b/charts/incubator/renovate/Chart.yaml index 9a5069a1477..95558517328 100644 --- a/charts/incubator/renovate/Chart.yaml +++ b/charts/incubator/renovate/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/renovate - https://hub.docker.com/r/renovate/renovate type: application -version: 1.11.3 +version: 1.11.4 diff --git a/charts/incubator/renovate/values.yaml b/charts/incubator/renovate/values.yaml index 0bf5dfc93f6..3a0751b40fb 100644 --- a/charts/incubator/renovate/values.yaml +++ b/charts/incubator/renovate/values.yaml @@ -9,9 +9,10 @@ workload: primary: true type: CronJob schedule: "@hourly" - concurrencyPolicy: Allow + concurrencyPolicy: Forbid failedJobsHistoryLimit: 2 parallelism: 1 + activeDeadlineSeconds: 7200 podSpec: restartPolicy: OnFailure containers: