Skip to content

Commit

Permalink
Update docker.io/redis Docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 0753527 commit b6d16b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
)

0 comments on commit b6d16b6

Please sign in to comment.