We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b76901 + 60d6d55 commit d3eec02Copy full SHA for d3eec02
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.1"
+ DefaultRedisImage = "docker.io/redis:7.4.2"
11
)
0 commit comments