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:
parent
b665d53b4d
commit
a1d7e51f8f
3 changed files with 6 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue