Files
Kubernetes.K3s.installLog/system/ArgoCD/application-argo-cd.yaml
Danny Bessems 58026303b4
All checks were successful
renovate / renovate (push) Successful in 3m34s
Upgrade ArgoCD
2025-09-22 12:43:40 +10:00

27 lines
678 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-cd
namespace: argo-cd
spec:
destination:
server: https://kubernetes.default.svc
namespace: argo-cd
project: default
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
# targetRevision: 8.1.2
targetRevision: 8.5.3
helm:
valueFiles:
- $values/system/ArgoCD/values.yaml
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
targetRevision: HEAD
ref: values
# - repoURL: https://github.com/djpbessems/Kubernetes.K3s.installLog
# targetRevision: master
# ref: values
syncPolicy:
automated: {}