mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-27 03:47:19 +00:00
22 lines
577 B
YAML
22 lines
577 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
patches:
|
|
- path: argocd-application-controller-statefulset.yaml
|
|
- path: argocd-repo-server-deployment.yaml
|
|
- path: argocd-server-deployment.yaml
|
|
- path: argocd-cmd-params-cm.yaml
|
|
|
|
images:
|
|
- name: quay.io/argoproj/argocd
|
|
newName: quay.io/argoproj/argocd
|
|
newTag: latest
|
|
resources:
|
|
- ../../../base/application-controller-deployment
|
|
- ../../../base/applicationset-controller
|
|
- ../../../base/dex
|
|
- ../../../base/repo-server
|
|
- ../../../base/server
|
|
- ../../../base/config
|
|
- ../../../base/notification
|
|
- ../redis-ha
|