diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 283dd64..6c57ded 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd resources: - - github.com/argoproj/argo-cd/manifests/cluster-install?ref=03c4ad854c1e6d922a121cd40f505d9bc6e402da # tag=v3.1.0 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=e9d03a633ef5496bbccc15b1140c06d08a4755ff # tag=v3.2.4 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml