chore(argo-cd): Upgrade Dex and Redis (#1990)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
5f807d903b
commit
b9fa30883b
3 changed files with 10 additions and 8 deletions
|
|
@ -915,7 +915,7 @@ dex:
|
|||
# -- Dex image repository
|
||||
repository: ghcr.io/dexidp/dex
|
||||
# -- Dex image tag
|
||||
tag: v2.35.3
|
||||
tag: v2.36.0
|
||||
# -- Dex imagePullPolicy
|
||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||
imagePullPolicy: ""
|
||||
|
|
@ -1141,7 +1141,7 @@ redis:
|
|||
# -- Redis repository
|
||||
repository: public.ecr.aws/docker/library/redis
|
||||
# -- Redis tag
|
||||
tag: 7.0.7-alpine
|
||||
tag: 7.0.11-alpine
|
||||
# -- Redis image pull policy
|
||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||
imagePullPolicy: ""
|
||||
|
|
@ -1384,7 +1384,7 @@ redis-ha:
|
|||
enabled: true
|
||||
image:
|
||||
# -- Redis tag
|
||||
tag: 7.0.7-alpine
|
||||
tag: 7.0.11-alpine
|
||||
|
||||
## https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||
topologySpreadConstraints:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue