github.com/argoproj/argo-cd/v3@v3.2.1/manifests/core-install/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  
     4  resources:
     5  - ../crds
     6  - ../cluster-rbac/application-controller
     7  - ../base/config
     8  - ../base/application-controller
     9  - ../base/applicationset-controller
    10  - ../base/repo-server
    11  - ../base/redis
    12  images:
    13  - name: quay.io/argoproj/argocd
    14    newName: quay.io/argoproj/argocd
    15    newTag: v3.2.1