[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 <pete.brown@powerhrg.com>

* Fix typo in image name

Signed-off-by: Pete Brown <pete.brown@powerhrg.com>

* Increase version to 0.5.0

Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
This commit is contained in:
Pete Brown
2018-09-29 09:54:09 -07:00
committed by k8s-ci-robot
parent 949645155f
commit 5b17ae1932
2 changed files with 9 additions and 7 deletions
+7 -5
View File
@@ -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
+2 -2
View File
@@ -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