2024-09-02 20:10:32 +00:00
|
|
|
---
|
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
kind: HelmChart
|
|
|
|
metadata:
|
|
|
|
name: argocd
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
|
|
|
# do not change order! (needed for renovate)
|
|
|
|
chart: argo-cd
|
|
|
|
repo: https://argoproj.github.io/argo-helm
|
2024-11-22 02:00:52 +00:00
|
|
|
version: 7.7.5
|
2024-09-02 20:10:32 +00:00
|
|
|
targetNamespace: argocd
|
|
|
|
valuesContent: |-
|
|
|
|
applicationSet:
|
|
|
|
enabled: false
|
|
|
|
notifications:
|
|
|
|
enabled: false
|
|
|
|
dex:
|
|
|
|
enabled: false
|