Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump dex-controller to v0.14.6 #1497

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: dex
version: 2.13.10
version: 2.13.11
appVersion: 2.37.0
description: Dex
keywords:
Expand Down
Binary file removed stable/dex/charts/dex-controller-v0.14.5.tgz
Binary file not shown.
Binary file added stable/dex/charts/dex-controller-v0.14.6.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions stable/dex/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: dex-controller
repository: https://mesosphere.github.io/dex-controller/charts
version: v0.14.5
digest: sha256:e3b9f3fbba3168ef259994f47e5b6f9aad5081a4100c9134c4c4ab87063d59dc
generated: "2024-05-06T15:47:52.082021+02:00"
version: v0.14.6
digest: sha256:9bfdd99ddb7f26d42ee59db8c128685faed73b68a3eeeda78f159446032b793e
generated: "2024-05-07T11:07:26.361771+02:00"
2 changes: 1 addition & 1 deletion stable/dex/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: dex-controller
version: v0.14.5
version: v0.14.6
repository: https://mesosphere.github.io/dex-controller/charts
condition: dex-controller.enabled, global.dex-controller.enabled
4 changes: 2 additions & 2 deletions stable/dex/templates/client-certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
spec:
secretName: {{ template "dex.fullname" . }}-client-tls
issuerRef:
name: {{ .Release.Name }}-dex-controller-ca-issuer
name: {{ .Release.Name }}-dex-controller-ca-issuer-1
kind: Issuer
# The use of the common name field has been deprecated since 2000 and is
duration: 87600h
Expand All @@ -37,4 +37,4 @@ spec:
- {{ template "dex.fullname" . }}.{{ .Release.Namespace }}
- {{ template "dex.fullname" . }}.{{ .Release.Namespace }}.svc
usages:
- client auth
- client auth
Loading