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