Skip to content

Commit

Permalink
Update Dex and oauth2-proxy to 2.41.1 and 7.7.1 (#2916)
Browse files Browse the repository at this point in the history
* Update Dex and oauth2-proxy to 2.41.1 and 7.7.1

Signed-off-by: juliusvonkohout <[email protected]>

* remove readinessprobe again and fix formatting for yamllint

Signed-off-by: juliusvonkohout <[email protected]>

---------

Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout authored Nov 18, 2024
1 parent d3aeb99 commit e68b616
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
25 changes: 15 additions & 10 deletions common/dex/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: dex
app: dex
template:
metadata:
labels:
app: dex
spec:
serviceAccountName: dex
containers:
- image: ghcr.io/dexidp/dex:v2.39.1
- image: ghcr.io/dexidp/dex:v2.41.1
name: dex
command: ["dex", "serve", "/etc/dex/cfg/config.yaml"]
ports:
Expand All @@ -26,15 +26,20 @@ spec:
- name: config
mountPath: /etc/dex/cfg
envFrom:
- secretRef:
name: dex-oidc-client
- secretRef:
name: dex-passwords
- secretRef:
name: dex-oidc-client
- secretRef:
name: dex-passwords
env:
- name: KUBERNETES_POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: KUBERNETES_POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
#readinessProbe:
# httpGet:
# path: /healthz
# port: 5556
# scheme: HTTPS
volumes:
- name: config
configMap:
Expand Down
2 changes: 1 addition & 1 deletion common/oauth2-proxy/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ replacements:
images:
- name: quay.io/oauth2-proxy/oauth2-proxy
newName: quay.io/oauth2-proxy/oauth2-proxy
newTag: v7.6.0
newTag: v7.7.1

0 comments on commit e68b616

Please sign in to comment.