Skip to content

Commit e68b616

Browse files
Update Dex and oauth2-proxy to 2.41.1 and 7.7.1 (#2916)
* Update Dex and oauth2-proxy to 2.41.1 and 7.7.1 Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> * remove readinessprobe again and fix formatting for yamllint Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent d3aeb99 commit e68b616

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

common/dex/base/deployment.yaml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ spec:
88
replicas: 1
99
selector:
1010
matchLabels:
11-
app: dex
11+
app: dex
1212
template:
1313
metadata:
1414
labels:
1515
app: dex
1616
spec:
1717
serviceAccountName: dex
1818
containers:
19-
- image: ghcr.io/dexidp/dex:v2.39.1
19+
- image: ghcr.io/dexidp/dex:v2.41.1
2020
name: dex
2121
command: ["dex", "serve", "/etc/dex/cfg/config.yaml"]
2222
ports:
@@ -26,15 +26,20 @@ spec:
2626
- name: config
2727
mountPath: /etc/dex/cfg
2828
envFrom:
29-
- secretRef:
30-
name: dex-oidc-client
31-
- secretRef:
32-
name: dex-passwords
29+
- secretRef:
30+
name: dex-oidc-client
31+
- secretRef:
32+
name: dex-passwords
3333
env:
34-
- name: KUBERNETES_POD_NAMESPACE
35-
valueFrom:
36-
fieldRef:
37-
fieldPath: metadata.namespace
34+
- name: KUBERNETES_POD_NAMESPACE
35+
valueFrom:
36+
fieldRef:
37+
fieldPath: metadata.namespace
38+
#readinessProbe:
39+
# httpGet:
40+
# path: /healthz
41+
# port: 5556
42+
# scheme: HTTPS
3843
volumes:
3944
- name: config
4045
configMap:

common/oauth2-proxy/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ replacements:
9292
images:
9393
- name: quay.io/oauth2-proxy/oauth2-proxy
9494
newName: quay.io/oauth2-proxy/oauth2-proxy
95-
newTag: v7.6.0
95+
newTag: v7.7.1

0 commit comments

Comments
 (0)