mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
15 lines
505 B
YAML
15 lines
505 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- argocd-commit-server-sa.yaml
|
|
- argocd-commit-server-deployment.yaml
|
|
- argocd-commit-server-service.yaml
|
|
- argocd-commit-server-network-policy.yaml
|
|
|
|
# Because commit-server is added as a resource outside the base, we have to explicitly set the image override here.
|
|
# If/when commit-server is added to the base, this can be removed.
|
|
images:
|
|
- name: quay.io/argoproj/argocd
|
|
newName: quay.io/argoproj/argocd
|
|
newTag: v3.1.0-rc1
|