From 7c56f51a08260cde79fa7c4df02a9e9af9cf537b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:53:50 +0000 Subject: [PATCH] Update quay.io/argoproj/argocd Docker tag to v3.4.5 --- pkg/images/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/images/images.go b/pkg/images/images.go index 73e1e71..cf2fb7f 100644 --- a/pkg/images/images.go +++ b/pkg/images/images.go @@ -6,6 +6,6 @@ package images const ( // DefaultArgoCDImage is the default image to use for the ArgoCD deployment. // You should also update the CRDs in the manifests/ directory to match this version. - DefaultArgoCDImage = "quay.io/argoproj/argocd:v3.3.11" + DefaultArgoCDImage = "quay.io/argoproj/argocd:v3.4.5" DefaultRedisImage = "docker.io/library/redis:8.6.4" )