Browse Source

Merge pull request #2569 from stealthybox/patch-1

Bump image in examples/k8s/dex.yaml to v2.32.0
v2.36.x
Márk Sági-Kazár 3 years ago committed by GitHub
parent
commit
007a120aa4
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