Skip to content

Commit

Permalink
update dex version v2.26.0 (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy authored Nov 6, 2020
1 parent c6c07f9 commit 5f780ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster/network/dex/dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
- name: sealed-secrets
namespace: kube-system
values:
image: raspbernetes/dex
imageTag: v2.24.0
image: ghcr.io/dexidp/dex
imageTag: v2.26.0
grpc: false
ports:
web:
Expand Down Expand Up @@ -63,10 +63,10 @@ spec:
# tlsCert: /etc/dex/tls/tls.crt
# tlsKey: /etc/dex/tls/tls.key
frontend:
theme: 'coreos'
theme: 'tectonic'
issuer: 'Raspbernetes'
issuerUrl: 'https://raspbernetes.com'
logoUrl: https://example.com/images/logo-250x25.png
logoUrl: https://github.com/raspbernetes/docs/blob/master/website/static/img/logo.png
expiry:
signingKeys: '6h'
idTokens: '24h'
Expand Down

0 comments on commit 5f780ef

Please sign in to comment.