From 4e8cd01f1a40b17f76acba285771f6e56696e9d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 03:29:23 +0000 Subject: [PATCH] Update dependency argoproj/argo-cd to v2.14.3 --- 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 d4495c27..f76a8e3b 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.14.2 +- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.14.3 - resources/argocd-ui-ingress.yaml - resources/argocd-grpc-ingress.yaml