From b7b938b3bbb4c302370a34fbbc1b7b2736eac7c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:46:47 +0000 Subject: [PATCH] Update dependency argoproj/argo-cd to v2.11.6 --- deployments/argo-cd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/argo-cd/kustomization.yaml b/deployments/argo-cd/kustomization.yaml index fcfe870e..2efe81c1 100644 --- a/deployments/argo-cd/kustomization.yaml +++ b/deployments/argo-cd/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.11.4 +- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.11.6 - resources/argocd-ui-ingress.yaml - resources/argocd-grpc-ingress.yaml