Skip to content

Commit a0e355c

Browse files
update dex and oauth2-proxy (#3292)
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent faeb0ab commit a0e355c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

common/dex/base/deployment.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
serviceAccountName: dex
1818
containers:
19-
- image: ghcr.io/dexidp/dex:v2.43.1
19+
- image: ghcr.io/dexidp/dex:v2.44.0
2020
name: dex
2121
command: ["dex", "serve", "/etc/dex/cfg/config.yaml"]
2222
ports:
@@ -43,11 +43,14 @@ spec:
4343
valueFrom:
4444
fieldRef:
4545
fieldPath: metadata.namespace
46-
#readinessProbe:
47-
# httpGet:
48-
# path: /healthz
49-
# port: 5556
50-
# scheme: HTTPS
46+
readinessProbe:
47+
httpGet:
48+
path: /dex/healthz
49+
port: 5556
50+
initialDelaySeconds: 10
51+
periodSeconds: 10
52+
timeoutSeconds: 3
53+
failureThreshold: 3
5154
volumes:
5255
- name: config
5356
configMap:

common/oauth2-proxy/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
name: oauth2-proxy-theme
2424
containers:
2525
- name: oauth2-proxy
26-
image: quay.io/oauth2-proxy/oauth2-proxy:v7.10.0
26+
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
2727
args:
2828
- --http-address=0.0.0.0:4180
2929
- --config=/etc/oauth2_proxy/oauth2_proxy.cfg

0 commit comments

Comments
 (0)