diff --git a/pkg/images/images.go b/pkg/images/images.go index d7ad847..0fb8067 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.3.12" - DefaultRedisImage = "docker.io/redis:6.2.6" + DefaultRedisImage = "docker.io/redis:7.2.0" )