Skip to content

Commit d3eec02

Browse files
authored
Merge pull request #162 from projectsyn/renovate/docker.io-redis-7.x
Update docker.io/redis Docker tag to v7.4.2
2 parents 9b76901 + 60d6d55 commit d3eec02

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)