mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
feat: Merge applicationset into argocd (#8864) Signed-off-by: rishabh625 <rishabhmishra625@gmail.com> Co-authored-by: jannfis <jann@mistrust.net>
18 lines
299 B
YAML
18 lines
299 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
|
|
images:
|
|
- name: quay.io/argoproj/argocd
|
|
newName: quay.io/argoproj/argocd
|
|
newTag: latest
|
|
resources:
|
|
- ./application-controller
|
|
- ./dex
|
|
- ./repo-server
|
|
- ./server
|
|
- ./config
|
|
- ./redis
|
|
- ./notification
|
|
- ./applicationset-controller
|