fix(argo-cd): Use Dex non-distroless image (#1626)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
48360eeb95
commit
e22ee52520
3 changed files with 4 additions and 4 deletions
|
|
@ -805,7 +805,7 @@ dex:
|
|||
# -- Dex image repository
|
||||
repository: ghcr.io/dexidp/dex
|
||||
# -- Dex image tag
|
||||
tag: v2.35.3-distroless
|
||||
tag: v2.35.3
|
||||
# -- Dex imagePullPolicy
|
||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||
imagePullPolicy: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue