Split renovate deployment to files

This commit is contained in:
2025-04-05 22:11:37 +02:00
parent 52b0feec66
commit e64ef24f11
4 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
---
apiVersion: batch/v1
kind: CronJob
metadata:
name: renovate
namespace: renovate
spec:
schedule: "@hourly"
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:39.233.3-full
envFrom:
- secretRef:
name: renovate-env
restartPolicy: Never