diff --git a/infra/values/renovate-values.yaml b/infra/values/renovate-values.yaml index 0feb572..a627de0 100644 --- a/infra/values/renovate-values.yaml +++ b/infra/values/renovate-values.yaml @@ -1,5 +1,5 @@ cronjob: - schedule: "@hourly" + schedule: "@daily" concurrencyPolicy: Forbid renovate: @@ -21,8 +21,8 @@ env: resources: requests: - cpu: 250m - memory: 512Mi - limits: - cpu: "1" + cpu: 500m memory: 1Gi + limits: + cpu: "2" + memory: 4Gi