-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dex: bump dex controller to v0.4.3 (#440)
Dex controller v0.4.3 fixed the issue of unstable ordering of the connectors and clients. This could cause the controller never reach a quiet state.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: dex | ||
version: 2.8.2 | ||
version: 2.8.3 | ||
appVersion: 2.22.0 | ||
description: Dex | ||
keywords: | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4.2 | ||
digest: sha256:dacd1e8ae6639886b47b835261e40aa4c9190b6ed2bf0836045df4bc44f0303b | ||
generated: "2020-02-14T09:26:46.060727-08:00" | ||
version: v0.4.3 | ||
digest: sha256:af054507e50f314bb287a66f99e412789df2a8acfb6033eb376a4a3e751d376d | ||
generated: "2020-02-18T20:57:43.013862-08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
- name: dex-controller | ||
version: v0.4.2 | ||
version: v0.4.3 | ||
repository: https://mesosphere.github.io/dex-controller/charts | ||
condition: dex-controller.enabled, global.dex-controller.enabled |