From 60d6d5515e4bab2e7841db905fabbf5739d853ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:09:13 +0000 Subject: [PATCH] Update docker.io/redis Docker tag to v7.4.2 --- 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 e0f4c33..ef0a7d5 100644 --- a/pkg/images/images.go +++ b/pkg/images/images.go @@ -7,5 +7,5 @@ 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.13.2" - DefaultRedisImage = "docker.io/redis:7.4.1" + DefaultRedisImage = "docker.io/redis:7.4.2" )