Merge pull request #2232 from rdimitrov/dimitrovr/bump-k8s-deployment

Bump Dex image to v2.30.0 for Kubernetes deployment example
This commit is contained in:
Márk Sági-Kazár 2021-08-13 01:14:41 +02:00 committed by GitHub
commit f9f48016f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ spec:
spec:
serviceAccountName: dex # This is created below
containers:
- image: dexidp/dex:v2.27.0 #or quay.io/dexidp/dex:v2.26.0
- image: ghcr.io/dexidp/dex:v2.30.0
name: dex
command: ["/usr/local/bin/dex", "serve", "/etc/dex/cfg/config.yaml"]