From 7e96f071b4c75ed5f2d1cd0a7d7fa4a9cf2f80b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:06:53 +0000 Subject: [PATCH] Update quay.io/argoproj/argocd Docker tag to v2.13.0 --- 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 3d92464..da662f0 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:v2.9.2" + DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.13.0" DefaultRedisImage = "docker.io/redis:7.2.3" )