From 17a332fa134859071b0efa97bf5168f1c7cea05b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 10:09:28 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.5.3 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 2da756a..8b44d30 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=e95e1be88a2da6c06bff5c2fe1791e4d233ed810 # tag=v3.5.0 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=c9c369efcc5b2a0bd720803f8d14a1c3eaddf579 # tag=v3.5.3 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml