46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: renovate
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: apps-fuku
|
|
server: https://kubernetes.default.svc
|
|
project: fuku
|
|
sources:
|
|
- chart: renovate
|
|
repoURL: https://docs.renovatebot.com/helm-charts
|
|
targetRevision: 46.144.*
|
|
helm:
|
|
valuesObject:
|
|
renovate:
|
|
persistence:
|
|
cache:
|
|
enabled: true
|
|
storageClass: truenas-nfs-csi
|
|
storageSize: 100Gi
|
|
config: |
|
|
{
|
|
"platform": "gitea",
|
|
"endpoint": "https://git.roboces.dev/api/v1",
|
|
"gitAuthor": "Renovate Bot <renovate-bot@fukurokuju.dev>",
|
|
"autodiscover": true,
|
|
"argocd": {
|
|
"enabled": true,
|
|
"fileMatch": ["k8s/argo-apps/.+\\.yaml$"]
|
|
},
|
|
"kubernetes": {
|
|
"enabled": true,
|
|
"fileMatch": ["k8s/services/.+\\.yaml$"]
|
|
}
|
|
}
|
|
existingSecret: secrets-renovate
|
|
|
|
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
|
path: k8s/services/renovate
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated: {}
|