Commit Graph
11 Commits
Author SHA1 Message Date
Mikhail ZholobovandKubernetes Prow Robot f7334aa294 [stable/dex] Add support of affinity and PodDisruptionBudget (#12880)
* [stable/dex] Add "affinity" value

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/dex] Add "podDisruptionBudget" value

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/dex] Bump chart version

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2019-04-22 09:21:46 -07:00
Michael AndrewsandKubernetes Prow Robot a4db31fe66 [stable/Dex] Fixed hard coded servicePort in ingress template (#12728)
* Fixed hard coded servicePort in ingress template. (#12727)

Signed-off-by: Michael Andrews <Michael.Andrews@me.com>

* Set the default value for service.port in the values file.

This should probably be changed to ingress.servicePort since that is
where it is used. But I wanted to keep this PR focused on the hard coded
value in the ingress template.

Signed-off-by: Michael Andrews <Michael.Andrews@me.com>

* Bumped verion to 1.0.0

Signed-off-by: Michael Andrews <Michael.Andrews@me.com>
2019-04-15 05:22:49 -07:00
Peter L NordquistandKubernetes Prow Robot 3c01d4fefd [stable/dex] Configured more specific roles and cluster roles (#10446)
* Configured more specific roles and cluster roles

Based on new ClusterRole at
https://github.com/dexidp/dex/blob/master/examples/k8s/dex.yaml
with a Role to allow the jobs to create and delete secrets

Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>

* Updated RBAC API to v1

Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>

* Updated deployment apiVersion to v1

Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>

* Bumped chart version, this is not a bug fix

Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>

* Revert "Updated deployment apiVersion to v1"

This reverts commit 77aec99649.

Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>
2019-01-26 09:08:25 -08:00
Carlos Tadeu Panato JuniorandKubernetes Prow Robot 8f0be9b0d8 Bump Dex to 2.14.0 (#10580)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-14 13:34:45 -08:00
Carlos Tadeu Panato JuniorandKubernetes Prow Robot 05659f3154 bump dex to 2.13.0 (#9921)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-12-12 05:39:00 -08:00
Pete Brownandk8s-ci-robot 5b17ae1932 [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>
2018-09-29 09:54:09 -07:00
Pete Brownandk8s-ci-robot c368876392 [stable/dex] Add ingress for dex (#7606)
* Add ingress for dex

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

* Add ingress url to notes

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

* Fix option for case where ingress is true

Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
2018-09-26 09:27:15 -07:00
Pete Brownandk8s-ci-robot 9b1f848e96 Fix default issuer for dex (#7420)
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
2018-09-06 13:54:14 -07:00
Chris Heppellandk8s-ci-robot 38a56f7839 [stable/dex]: Add support to configure nodePort (#6956)
* add support for configuring dex nodePort values

* bump dex chart patch version

* Update Chart.yaml

* add comment showing example for configuring nodePort value
2018-08-27 20:41:35 -07:00
Cosmin Cojocarandk8s-ci-robot 393d869976 dex: configure gRPC and generate the certificates (CA/server/client) during deployment (#6679)
* dex: configure gRPC and generate the certificates (CA/server/client) during deployment

In addition, the web cert values were refatored to be consistent with gRPC values.

* dex: base resources name on the fullname template

* dex: comment out the default values for resources

* Bump dex chart version to 0.2.0

* Restore some of the original values of dex chart

* Fix indent in the values files

* Fix lint warnings
2018-07-26 12:49:56 -07:00
Shane Starcherandk8s-ci-robot 37bf2e2867 [dex] - initial chart for coreos/dex (#4580)
* initial dex chart by kfox1111

* dex template updates, label cleanup, slight refactor, version update to 2.10.0

* using standardized naming for services

* adding notes, helmignore

* remove default resource usage

* dex allowing service annotations

* dex using proper labels for the job and using helm hooks

* confirm to rbac

* fixing deployment version and chart label
2018-04-07 09:04:09 -07:00