From 167898fee2535fb6ae985941e49d702b9b5d367d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:54:02 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.4.1 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index cff8151..c43d106 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=f082e49f6cea81ac91b620216cbe90311cafa2d4 # tag=v3.4.0 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=bafd59bd37138ed731d3c3aad8e18731d72aed46 # tag=v3.4.1 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml