kubernetes/k8s-peterg/renovate-operator/renovate-job.yaml

30 lines
708 B
YAML
Raw Normal View History

2026-05-06 17:12:49 +02:00
---
apiVersion: renovate-operator.mogenius.com/v1alpha1
kind: RenovateJob
metadata:
name: renovate
namespace: renovate-operator
spec:
schedule: "0 * * * *"
2026-05-06 17:12:49 +02:00
provider:
name: forgejo
endpoint: https://code.peterg.nl/api/v1/
2026-05-06 17:27:36 +02:00
image: ghcr.io/renovatebot/renovate:43.161.0
2026-05-06 17:12:49 +02:00
secretRef: renovate-operator-secrets
parallelism: 1
skipForks: true
extraVolumes:
- name: renovate-config
configMap:
name: renovate-config
extraVolumeMounts:
- name: renovate-config
mountPath: /config
2026-05-06 17:12:49 +02:00
extraEnv:
2026-05-08 11:50:31 +02:00
- name: LOG_LEVEL
value: debug
- name: RENOVATE_CONFIG_FILE
value: /config/config.js
2026-05-08 13:58:53 +02:00
- name: RENOVATE_DETECT_HOST_RULES_FROM_ENV
value: "true"