fukuops/k8s/argo-apps/renovate.yaml
Renovate Bot 6dd4b94e7d
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
chore(deps): update helm release renovate to 43.31.*
2025-09-02 04:59:56 +00:00

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: 43.31.*
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: {}