mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user