From 6bfb9fa0b734e152c5f1afad0f6cc2f1d26b00e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 23:08:13 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v2.14.3 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 90161bd..ca74ebc 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=ad2724661b66ede607db9b5bd4c3c26491f5be67 # tag=v2.14.2 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=71fd4e501d0d688ab0d70cd649fbf5f909cff12b # tag=v2.14.3 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml