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

View file

@ -23,7 +23,7 @@ spec:
spec: spec:
serviceAccountName: dex # This is created below serviceAccountName: dex # This is created below
containers: 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 name: dex
command: ["/usr/local/bin/dex", "serve", "/etc/dex/cfg/config.yaml"] command: ["/usr/local/bin/dex", "serve", "/etc/dex/cfg/config.yaml"]