diff --git a/pkg/images/images.go b/pkg/images/images.go index 8a2abda..daca6c8 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:v3.1.9" - DefaultRedisImage = "docker.io/redis:8.2.2" + DefaultRedisImage = "docker.io/redis:8.2.3" )