feat: Add renovate-operator
This commit is contained in:
parent
0633deb983
commit
631143f9f8
7 changed files with 108 additions and 0 deletions
18
k8s-peterg/renovate-operator/kustomization.yaml
Normal file
18
k8s-peterg/renovate-operator/kustomization.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: renovate-operator
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- policies.yaml
|
||||
- renovate-job.yaml
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue