chore(argo-cd): Updated Redis to 7.0.5 for fixing CVE-2022-35951. (#1523)

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
Aikawa 2022-10-08 20:28:22 +09:00 committed by GitHub
parent fb7b59e481
commit 18dfcc1053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

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