Skip to content

Commit 60d6d55

Browse files
authoredFeb 17, 2025··
Update docker.io/redis Docker tag to v7.4.2
1 parent 9b76901 commit 60d6d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77
// DefaultArgoCDImage is the default image to use for the ArgoCD deployment.
88
// You should also update the CRDs in the manifests/ directory to match this version.
99
DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.13.2"
10-
DefaultRedisImage = "docker.io/redis:7.4.1"
10+
DefaultRedisImage = "docker.io/redis:7.4.2"
1111
)

0 commit comments

Comments
 (0)
Please sign in to comment.