From 61a35dfdf22c5d8854162799bc30ebc4bd77d5d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:57:42 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.4.4 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index faac6d1..dfc9653 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=1801122b4391cad4961301f787006dc9a88c2dd3 # tag=v3.4.3 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=443415b5527ac55366e0760c93ef0e1abd0cf273 # tag=v3.4.4 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml