github.com/argoproj/argo-cd@v1.8.7/manifests/ha/base/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 4 5 patchesStrategicMerge: 6 - overlays/argocd-repo-server-deployment.yaml 7 - overlays/argocd-server-deployment.yaml 8 - overlays/argocd-application-controller-statefulset.yaml 9 10 11 images: 12 - name: argoproj/argocd 13 newName: argoproj/argocd 14 newTag: v1.8.7 15 resources: 16 - ../../base/application-controller 17 - ../../base/dex 18 - ../../base/repo-server 19 - ../../base/server 20 - ../../base/config 21 - ./redis-ha