From 053f4e6bf0d4cc77ae3dc5316882dbbf0b3c3e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:54:11 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.3.4 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index f7509ca..f7c39a1 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=ff239dcd20c578ecbf5265914cdc5c2f98d85535 # tag=v3.3.3 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=34ccdfc3d5235b0184eb910b8ba4edcd81ef8f03 # tag=v3.3.4 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml