Browse Source

Bump image in examples/k8s/dex.yaml to v2.32.0

Signed-off-by: leigh capili <leigh@null.net>
pull/2569/head
leigh capili 4 years ago committed by GitHub
parent
commit
466b42dfcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/k8s/dex.yaml

2
examples/k8s/dex.yaml

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

Loading…
Cancel
Save