2026-05-06 17:12:49 +02:00
|
|
|
---
|
|
|
|
|
apiVersion: renovate-operator.mogenius.com/v1alpha1
|
|
|
|
|
kind: RenovateJob
|
|
|
|
|
metadata:
|
|
|
|
|
name: renovate
|
|
|
|
|
namespace: renovate-operator
|
|
|
|
|
spec:
|
2026-05-07 14:51:51 +02:00
|
|
|
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
|
2026-05-07 15:15:54 +02:00
|
|
|
extraVolumes:
|
|
|
|
|
- name: renovate-config
|
|
|
|
|
configMap:
|
|
|
|
|
name: renovate-config
|
|
|
|
|
extraVolumeMounts:
|
|
|
|
|
- name: renovate-config
|
2026-05-07 17:00:07 +02:00
|
|
|
mountPath: /config
|
2026-05-06 17:12:49 +02:00
|
|
|
extraEnv:
|
2026-05-07 15:15:54 +02:00
|
|
|
- name: RENOVATE_CONFIG_FILE
|
2026-05-08 09:37:30 +02:00
|
|
|
value: /config/config.js
|
2026-05-08 09:49:27 +02:00
|
|
|
- name: DOCKER_USERNAME
|
|
|
|
|
valueFrom:
|
|
|
|
|
secretKeyRef:
|
|
|
|
|
name: renovate-operator-docker-login
|
|
|
|
|
key: DOCKER_USERNAME
|
|
|
|
|
- name: DOCKER_TOKEN
|
|
|
|
|
valueFrom:
|
|
|
|
|
secretKeyRef:
|
|
|
|
|
name: renovate-operator-docker-login
|
|
|
|
|
key: DOCKER_TOKEN
|