forked from catalin/fukuops
feat: add renovate helm deployment
This commit is contained in:
parent
f83bfe0ca8
commit
29f85d3621
3 changed files with 53 additions and 0 deletions
37
k8s/argo-apps/renovate.yaml
Normal file
37
k8s/argo-apps/renovate.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
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: 36.67.*
|
||||
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
|
||||
}
|
||||
existingSecret: secrets-renovate
|
||||
|
||||
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
path: k8s/services/renovate
|
||||
targetRevision: main
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue