github.com/argoproj/argo-cd/v3@v3.2.1/manifests/base/commit-server/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 4 resources: 5 - argocd-commit-server-sa.yaml 6 - argocd-commit-server-deployment.yaml 7 - argocd-commit-server-service.yaml 8 - argocd-commit-server-network-policy.yaml 9 10 # Because commit-server is added as a resource outside the base, we have to explicitly set the image override here. 11 # If/when commit-server is added to the base, this can be removed. 12 images: 13 - name: quay.io/argoproj/argocd 14 newName: quay.io/argoproj/argocd 15 newTag: v3.2.1