16 Commits
Author SHA1 Message Date
Márk Sági-Kazár fd80db1fed Add reference to official Dex chart (#24481)
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-04-28 13:08:19 -05:00
Matt Farina 424a33a66a [stable/dex] deprecating chart (#24300)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:26:53 +01:00
Scott Rigby fb835b699c [stable/dex] add repo archive notice (#24094)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:24:37 -08:00
Bruno Galindro da CostaandBruno Galindro da Costa 6ef230764a [stable/dex] Add tolerations, affinity and nodeSelector to grpc-certs/web-certs jobs (#23873)
* feat: Add tolerations, affinity and nodeSelector to grpc-certs/web-certs jobs

Signed-off-by: Bruno Galindro da Costa <bruno.galindro@navinfo.eu>

* fix: Missing end on with block

Signed-off-by: Bruno Galindro da Costa <bruno.galindro@navinfo.eu>

Co-authored-by: Bruno Galindro da Costa <bruno.galindro@navinfo.eu>
2020-10-18 05:38:12 -07:00
mujx b20d5fd162 [stable/dex] Add imagePullSecrets (#22956)
* [stable/dex] Add imagePullSecrets

Signed-off-by: Konstantinos Sideris <siderisk@auth.gr>

* Add docs and default value

Signed-off-by: Konstantinos Sideris <siderisk@auth.gr>
2020-07-09 02:50:08 -07:00
Jacob Stampe Mikkelsen 1d4dda4fe7 Make web.allowedOrigins configurable using values file (#22224)
Signed-off-by: Jacob Stampe Mikkelsen <jmn@systematic.com>
2020-05-13 23:24:22 -07:00
Frederik MogensenandFrederik Mogensen dc4e53a219 [stable/dex] Add securityContext to deployment (#21487)
Signed-off-by: Frederik Mogensen <sodiaf@gmail.com>

Co-authored-by: Frederik Mogensen <sodiaf@gmail.com>
2020-03-20 13:34:10 -07:00
hmlkao 59036c1f7f [stable/dex] Add podLabels support (#20060)
* [stable/dex] Add podLabels support

Signed-off-by: Ondrej Homolka <ondrej.homolka@gmail.com>

* [stable/dex] Updated chart README with podLabels parameter

Signed-off-by: Ondrej Homolka <ondrej.homolka@gmail.com>

* [stable/dex] Bumbed version to 2.8.0

Signed-off-by: Ondrej Homolka <ondrej.homolka@gmail.com>
2020-01-30 06:40:14 -08:00
Lasse Højgaard 71d5abaf22 [stable/dex] Add liveness and readiness probes. (#20166)
Signed-off-by: Lasse Højgaard <lho@trifork.com>
2020-01-22 10:56:35 -08:00
Nicolas Degory 2a3b9ef567 [stable/dex] fix notes instructions (#19781)
* [stable/dex] Notes should filter pods with the new labels

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* [stable/dex] Minor corrections in README file

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>

* [stable/dex] Increment chart version

Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com>
2019-12-27 09:03:38 -08:00
Hedingber a7fad332fc [stable/dex] Enabling to control whether cluster role and cluster role binding will be created (#19278)
* Enabling to control whether cluster role and cluster role binding will
be created

Signed-off-by: Hedi Ingber <hedingber@gmail.com>

* crd.create -> crd.present

Signed-off-by: Hedi Ingber <hedingber@gmail.com>

* bumping minor

Signed-off-by: Hedi Ingber <hedingber@gmail.com>
2019-12-02 01:19:04 -08:00
Nikita MassalitinandCédric de Saint Martin 2c9b6dd416 [stable/dex] Fix ConfigMap creation and add missed config parameter (#18380)
* [stable/traefik] Decouple prometheus metrics to dashboard (#14946)

Before this PR, in case the dashboard was not enabled, the Prometheus metrics were disabled.

It is now possible to enable Prometheus metrics having at the same time the dashboard disabled.

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

Fix

Fix for Jobs.
Jobs also have `"helm.sh/hook": post-install` so they don't have this configmap after start. Pods won't start because of this.

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

Update Chart.yaml

version up

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

fix

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

* added expire to values

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

* add ability to set expire

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

* remove blank line

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

* Bump version

Co-Authored-By: Cédric de Saint Martin <cedric@desaintmartin.fr>
Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>

* Added new conf params to Readme

Signed-off-by: Nikita Massalitin <nmassalitin@pushwoosh.com>
2019-11-06 13:29:48 -08:00
Jordan Jennings 9ad0f91dff Support frontend config values (#17074)
Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
2019-09-13 05:06:29 -07:00
Maxime Legault-Venne 97076f8cd5 Add support to always display login screen (#16806)
The current indentation of the OAuth2 configuration block doesn't allow
for extra properties to be added. This allows to enable the new
configuration that will always display the login screen, even though
only one connector is defined.

The default value (disabled) is also added to the values file for
documentation.

See also: https://github.com/dexidp/dex/releases/tag/v2.18.0
See also: https://github.com/dexidp/dex/pull/1505

Signed-off-by: Maxime Legault-Venne <mlegoven@hotmail.com>
2019-09-04 09:55:00 -07:00
Nicolaj Græsholt 58819ee0c0 [stable/dex] ADD annotations to grpc and web pods FIX #15451 (#15739)
* ADD annotations to grpc and web pods FIX #15451

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* ADD docs on new values, BUMP chart minor version after adding feature

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* FORMAT sort value parameters alphabetically.

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>
2019-08-12 14:39:38 -07:00
Vitaliy Dmitriev 227cbd36b4 [stable/dex] fixes and improvements (#15558)
* [stable/dex] fixes and improvements

  * switchable grpc termination implemeted
  * switchable https termination implemented
  * deployment/service ports handling fixed and improved
  * service: possibility to set loadbalancer IP added
  * deployment: affinity fixed

Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>

* [stable/dex] dex config in secret returned back

Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>

* [stable/dex] README added

Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>

* [stable/dex] BREAKING CHANGE: upgrade to recommended labels.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-08-03 05:59:50 -07:00