fukuops/k8s/argo-apps/renovate.yaml
Renovate Bot 508d37d2a4
Some checks failed
checks / tflint (push) Failing after 10m19s
checks / k8s (push) Failing after 10m21s
checks / pre-commit (push) Failing after 10m21s
OpenTofu deployments / adguard (push) Failing after 10m3s
OpenTofu deployments / authentik (push) Failing after 10m4s
chore(deps): update helm release renovate to 38.80.*
2024-09-16 01:11:05 +00:00

45 lines
1.2 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: 38.80.*
helm:
valuesObject:
renovate:
persistence:
cache:
enabled: true
storageClass: truenas-nfs-csi
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: {}