43 lines
950 B
YAML
43 lines
950 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: renovate
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "2"
|
|
labels:
|
|
app.kubernetes.io/name: renovate
|
|
app.kubernetes.io/part-of: platform
|
|
app.kubernetes.io/managed-by: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
|
|
sources:
|
|
- repoURL: ghcr.io/renovatebot/charts
|
|
chart: renovate
|
|
targetRevision: "46.109.0"
|
|
helm:
|
|
releaseName: renovate
|
|
valueFiles:
|
|
- $values/infra/values/base/renovate-values.yaml
|
|
|
|
- repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: renovate
|
|
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
allowEmpty: false
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- Validate=true
|
|
- ServerSideApply=true
|