We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af1caf commit 7cf0e33Copy full SHA for 7cf0e33
pkg/images/images.go
@@ -7,5 +7,5 @@ const (
7
// DefaultArgoCDImage is the default image to use for the ArgoCD deployment.
8
// You should also update the CRDs in the manifests/ directory to match this version.
9
DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.13.2"
10
- DefaultRedisImage = "docker.io/redis:7.4.2"
+ DefaultRedisImage = "docker.io/redis:8.0.2"
11
)
0 commit comments