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: