Skip to content

Commit

Permalink
dex: bump dex controller to v0.4.3 (#440)
Browse files Browse the repository at this point in the history
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
jieyu authored Feb 19, 2020
1 parent b651962 commit f38db87
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.8.2
version: 2.8.3
appVersion: 2.22.0
description: Dex
keywords:
Expand Down
Binary file removed stable/dex/charts/dex-controller-v0.4.2.tgz
Binary file not shown.
Binary file added stable/dex/charts/dex-controller-v0.4.3.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.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"
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.4.2
version: v0.4.3
repository: https://mesosphere.github.io/dex-controller/charts
condition: dex-controller.enabled, global.dex-controller.enabled

0 comments on commit f38db87

Please sign in to comment.