diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 6d315979c..9ac5bf5c7 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -208,7 +208,7 @@ renovate: suspend: false concurrencyPolicy: Forbid timeZone: US/Central - schedule: 0 * * * * + schedule: "*/5 * * * *" startingDeadlineSeconds: 90 successfulJobsHistory: 3 failedJobsHistory: 3 @@ -242,29 +242,7 @@ renovate: requests: cpu: 100m memory: 128Mi - configMaps: - config: - enabled: true - data: - config.json5: | - { - repositories: [ - 'alexlebens/helm-charts', - 'alexlebens/grafana-dashboards', - ], - } persistence: - config: - enabled: true - type: configMap - name: gitea-renovate-config - advancedMounts: - renovate: - main: - - path: /opt/renovate/config.json5 - readOnly: true - mountPropagation: None - subPath: config.json5 ssh: enabled: true type: secret