github.com/argoproj/argo-cd/v3@v3.2.1/manifests/ha/base/controller-deployment/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 4 patches: 5 - path: argocd-application-controller-statefulset.yaml 6 - path: argocd-repo-server-deployment.yaml 7 - path: argocd-server-deployment.yaml 8 - path: argocd-cmd-params-cm.yaml 9 10 images: 11 - name: quay.io/argoproj/argocd 12 newName: quay.io/argoproj/argocd 13 newTag: latest 14 resources: 15 - ../../../base/application-controller-deployment 16 - ../../../base/applicationset-controller 17 - ../../../base/dex 18 - ../../../base/repo-server 19 - ../../../base/server 20 - ../../../base/config 21 - ../../../base/notification 22 - ../redis-ha