2026-05-06 17:12:49 +02:00
|
|
|
---
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: renovate-operator
|
|
|
|
|
|
|
|
|
|
resources:
|
2026-05-07 15:15:54 +02:00
|
|
|
- configmap.yaml
|
2026-05-06 17:12:49 +02:00
|
|
|
- namespace.yaml
|
2026-05-08 11:47:53 +02:00
|
|
|
- policies.yaml
|
2026-05-06 17:19:30 +02:00
|
|
|
- renovate-job.yaml
|
2026-05-06 17:12:49 +02:00
|
|
|
- secrets.yaml
|
|
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
|
- name: renovate-operator
|
|
|
|
|
repo: https://helm.mogenius.com/public
|
|
|
|
|
namespace: renovate-operator
|
|
|
|
|
releaseName: renovate-operator
|
|
|
|
|
version: "4.7.0"
|
|
|
|
|
valuesFile: values.yaml
|