Skip to content

Commit bee6276

Browse files
Update docker.io/redis Docker tag to v8.6.3
1 parent 69631ea commit bee6276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/images/images.go

Lines changed: 1 addition & 1 deletion
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:v3.1.9"
10-
DefaultRedisImage = "docker.io/redis:8.2.2"
10+
DefaultRedisImage = "docker.io/redis:8.6.3"
1111
)

0 commit comments

Comments
 (0)