chore(argo-cd): update redis to 7.0.4 for avoiding CVE-2022-30065 (#1387)

Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
Aikawa 2022-07-31 21:19:47 +09:00 committed by GitHub
parent b665d53b4d
commit a1d7e51f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -595,7 +595,7 @@ redis:
# -- Redis repository
repository: public.ecr.aws/docker/library/redis
# -- Redis tag
tag: 7.0.0-alpine
tag: 7.0.4-alpine
# -- Redis imagePullPolicy
imagePullPolicy: IfNotPresent
@ -804,7 +804,7 @@ redis-ha:
enabled: true
image:
# -- Redis tag
tag: 7.0.0-alpine
tag: 7.0.4-alpine
## https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
topologySpreadConstraints: