From 046ffd30303c54e480a185462a8984856dd60675 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:35:52 +0000 Subject: [PATCH] argocd: update dependency argoproj/argo-cd to v3.3.3 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index ecf2494..8d33d5e 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=8a3940d8db27928931f0a85ba7c636e54786bddc # tag=v3.3.2 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=ff239dcd20c578ecbf5265914cdc5c2f98d85535 # tag=v3.3.3 - ingress.yaml - argo-cd-service-monitor.yaml - deploy-key.yaml