From 06aec27caf56b2bd2ddaffaefaddabcccc71b77b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:47:46 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.2.6 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 283dd64..bff03a6 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=03c4ad854c1e6d922a121cd40f505d9bc6e402da # tag=v3.1.0 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=65b029342d656c03c57f0d0e14433438750c8f5d # tag=v3.2.6 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml