fukuops/k8s/argo-apps/renovate.yaml
Renovate Bot 5c282202c1
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
chore(deps): update helm release renovate to 46.31.*
2026-02-23 16:16:41 +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: 46.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: {}