From 5b17ae19328bdffdfdddc396e81d950c24025339 Mon Sep 17 00:00:00 2001 From: Pete Brown Date: Sat, 29 Sep 2018 12:54:09 -0400 Subject: [PATCH] [stable/dex] Update container for dex to use new community build (#7986) * Update container for dex to use new community build Dex is now in it's own organisation on github and has it's own repo on quay. There was also a new release of 0.11.0 here: dexidp/dex#1284 I have also added myself to the maintainers list. Signed-off-by: Pete Brown * Fix typo in image name Signed-off-by: Pete Brown * Increase version to 0.5.0 Signed-off-by: Pete Brown --- stable/dex/Chart.yaml | 12 +++++++----- stable/dex/values.yaml | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/stable/dex/Chart.yaml b/stable/dex/Chart.yaml index 9c2e7c5528..05e98236b4 100644 --- a/stable/dex/Chart.yaml +++ b/stable/dex/Chart.yaml @@ -1,16 +1,18 @@ name: dex -version: 0.4.0 -appVersion: 2.10.0 +version: 0.5.0 +appVersion: 2.11.0 description: CoreOS Dex keywords: - dex - oidc -icon: https://github.com/coreos/dex/raw/master/Documentation/logos/dex-glyph-color.png -home: https://github.com/coreos/dex/ +icon: https://github.com/dexidp/dex/raw/master/Documentation/logos/dex-glyph-color.png +home: https://github.com/dexidp/dex/ source: -- https://github.com/coreos/dex/ +- https://github.com/dexidp/dex/ maintainers: - name: kfox1111 email: Kevin.Fox@pnnl.gov - name: sstarcher email: shane.starcher@gmail.com +- name: rendhalver + email: pete.brown@powerhrg.com diff --git a/stable/dex/values.yaml b/stable/dex/values.yaml index 4b47c152c6..8a68d8a9e9 100644 --- a/stable/dex/values.yaml +++ b/stable/dex/values.yaml @@ -3,8 +3,8 @@ # Declare name/value pairs to be passed into your templates. # name: value -image: quay.io/coreos/dex -imageTag: "v2.10.0" +image: quay.io/dexidp/dex +imageTag: "v2.11.0" imagePullPolicy: "IfNotPresent" inMiniKube: false