40 Commits
Author SHA1 Message Date
Matt Farina dc7e5997de Revert "Updating to new repo locations (#24419)" (#24420)
This reverts commit e2ecc4d816.
2020-11-13 18:28:12 -05:00
Matt Farina e2ecc4d816 Updating to new repo locations (#24419)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:21:11 -05:00
Matt Farina 4a04b6f964 Removed old owners files (#24416)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:06:05 -05:00
Reinhard Nägele 633741f799 [stable/keycloak] Deprecate chart after moving to new repo (#13316)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-04-26 09:08:33 -07:00
radumazi a947787292 Add lifecycle hooks option for keycloak container (#12783)
* Add lifecycle hooks option for keycloak container

Signed-off-by: radu mazilu <radumazi2@gmail.com>

* pr changes

Signed-off-by: radu mazilu <radumazi2@gmail.com>

* Update statefulset.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>

* Update Chart.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-04-08 13:07:48 -07:00
Andrés Álvarez 1dbca04137 Allow using an existing secret for keycloak admin (#12795)
Signed-off-by: Andres Alvarez <1671935+kir4h@users.noreply.github.com>
2019-04-04 00:52:51 -07:00
Simon Rüegg 1ef2a82366 Upgrade Keycloak to 5.0.0 (#12489)
Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
2019-03-25 03:45:09 -07:00
Reinhard Nägele b760636a16 [stable/keycloak] Add security context to test pod (#12383)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-03-20 08:25:00 -07:00
Reinhard Nägele 90a25d646a [stable/keycloak] Don't auto-generate passwords for CI (#12384)
* [stable/keycloak] Don't auto-generate passwords for CI

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>

* Bump patch version

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-03-20 00:28:22 -07:00
Matteo Gazzetta 2376af9f38 [stable/keycloak] Add option to disable test pod (#12214)
Signed-off-by: Matteo Gazzetta <matteo_gazzetta@hotmail.it>
2019-03-14 06:40:31 -07:00
Hugo van der Zwaag 173a6d19ec Add PriorityClassName as option to Keycloak (#11868)
* added priorityClassName as option

Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>

* Added docs and changed Values.yaml

Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>

* bump keycloak chart version

Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
2019-03-04 04:31:12 -08:00
anbarium d712e0cfd7 [stable/keycloak] Added support for adding extra pod labels (#11857)
* keycloak: Added support for adding extra pod labels

Signed-off-by: Anders Nordström <anders.nordstrom@barium.se>

* [stable/keycloak] Bumped Chart version 4.4.0 -> 4.5.0

Signed-off-by: anbarium <anders.nordstrom@barium.se>
2019-03-04 00:50:29 -08:00
Julien Bouyoud 6e2dcd7a25 feat(keycloak): add availability to expose extra port on sts (#11162)
Signed-off-by: Julien Bouyoud <jbouyoud@leadformance.com>
2019-02-07 05:35:25 -08:00
Thomas Darimont e35e046cf7 [stable/keycloak] Update to 4.8.3 and related changes (#10713)
* [stable/keycloak] Upgrade Keycloak to 4.8.3.Final and related changes

Added support for more reliable database connection handling.

Referenced missing distributed caches in ha.cli configuration.

Configured events-listener SPI to log login events to stdout for analysis

Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>

* Add line break at end of file

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>

* Update README.md

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-01-17 02:10:21 -08:00
Reinhard Nägele de3848d80a [stable/keycloak] Add Thomas Darimont as maintainer (#10514)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-01-10 08:01:15 -08:00
Reinhard Nägele bb47f58747 [stable/keycloak] Refactor CLI scripts (#10503)
Refactor custom CLI commands into their own files so they can also
be run separately with jboss-cli.sh for easier testing.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-01-09 08:21:53 -08:00
Reinhard Nägele abfe0a42ac [stable/keycloak] Add hostAliases (#9146)
Fixes: #7498
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-01-09 07:47:10 -08:00
Michael Dop 62c4a6eab1 [stable/keycloak] fix readinessProbe when using empty basepath (#10089)
* When the basepath is set to "" to host keycloak on keycloak.host/
instead of keycloak.host/auth the readinessProbe fails because the
url is set to //realms/master

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>

* fixed basepath for liveness probe as well

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
2018-12-19 11:02:53 -08:00
Roman M 116a0aa53d [stable/keycloak] Update pullSecrets variable usage (#9802)
* Updated imagePullSecrets to match values.yaml example. Signed-off-by: Roman Mykhailiuk <r.ghost.asp@gmail.com>

Signed-off-by: Roman Mykhailiuk <rmykh@softserveinc.com>

* Changed  back to , uncommented default value. Signed-off-by: Roman Mykhailiuk <r.ghost.asp@gmail.com>

Signed-off-by: Roman Mykhailiuk <rmykh@softserveinc.com>

* Bumped chart version

Signed-off-by: Roman Mykhailiuk <rmykh@softserveinc.com>

* Update Chart.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-12-13 01:26:33 -08:00
Ernest Bursa 5b685458c9 [stable/keycloak] Expose JGROUPS port (#9849) (#9850)
Signed-off-by: Ernest Bursa <eb@tonik.pl>
2018-12-10 06:02:51 -08:00
Michael Dop 2ffbd32d46 [stable/keycloak] use realm url for probe instead of static welcome page (#9042)
* [stable/keycloak] use realm url for probe instead of static welcome page

This will result in keycloak actually performing some action
(e.g. hitting the database) versus just serving a static webpage for
liveliness and readiness probes

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>

* Use the basepath for liveliness

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
2018-12-07 09:45:50 -08:00
Grachev Mikhail a977df6f07 [stable/keycloak] fix typo (#8703)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2018-11-17 04:15:43 -08:00
Michael Dop 084933cafd [stable/keycloak] use tcp instead of udp for jgroups (#9040)
* [stable/keycloak] use tcp instead of udp for jgroups

* add note on PROXY_ADDRESS_FORWARDING when using ingress
* fixes #8355

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>

* Remove PROXY_ADDRESS_FORWARDING comment

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>

* Bump version

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-11-09 08:34:39 -08:00
Michael Dop 577a48db1b Use standalone.xml config file when only using 1 replica (#9112)
* fixes #7679, fixes #9070

Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
2018-11-09 08:19:34 -08:00
vinnich 0a22ec8d97 [stable/keycloak] Fix typo Readme.md Custom values for Google Cloud SQL (#8224)
* [stable/keycloak] Fix typo Readme.md Custom values for Google Cloud SQL

Signed-off-by: Vitalii Vinnichuk <vinnichukvitalii@gmail.com>

* [stable/keycloak] bump version

Signed-off-by: Vitalii Vinnichuk <vinnichukvitalii@gmail.com>

* Update README.md

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-23 08:09:31 -07:00
Reinhard Nägele 2df1110437 [stable/keycloak] Update to 4.5.0.Final (#8192)
* The Docker image has added support for DNS_PING which is now used
  instead of JDBC_PING
* The StatefulSet is updated to `apps/v1`

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-10 12:18:45 -07:00
Reinhard Nägele eb3d7b6a63 [stable/keycloak] Add OWNERS and update maintainers (#8188)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-08 22:06:31 -07:00
ben-healthforge 36293200cc [stable/keycloak] Add / to end of probe paths (#8079)
Without the slash these paths return a redirect, which is fine for the
probes but causes the load balancer health check on google cloud to
fail.

See https://github.com/kubernetes/ingress-gce#user-content-health-checks

Signed-off-by: Ben Spencer <ben.spencer@healthforge.io>
2018-10-04 23:11:42 -07:00
Tommy Kindmark 29ba6b17e2 Added ability to specify podAnnotations (#7780)
Signed-off-by: towmeykaw <tkindmark@gmail.com>
2018-09-18 00:57:19 -07:00
Ed Clement b849a0845b Allow for keycloak to be hosted at a path other then 'auth' (#7395)
* Allow for keycloak to be hosted at a path other then 'auth'

Signed-off-by: Ed Clement <ed.clement@gmail.com>

* Bumped chart version

Signed-off-by: Ed Clement <ed.clement@gmail.com>
2018-08-29 15:41:57 -07:00
Thomas Darimont 16da4c8535 [stable/keycloak] Update to Keycloak 4.2.1.Final (#6950)
* [stable/keycloak] Update to Keycloak 4.2.1.Final

* Update Chart.yaml
2018-08-07 08:37:09 -07:00
Reinhard Nägele 83f5ec2af4 [stable/keycloak] Upgrade to 4.1.0.Final (#6498)
- Upgrade Keycloak to 4.1.0.Final
- Upgrade Postgres dependency to 0.15.0
- Fix default pod anti-affinity to not consider test pods
2018-07-06 19:45:17 -07:00
Reinhard Nägele a066a97f62 [stable/keycloak] Fix incorrect default value for extraEnv (#6350)
The default value has to be an empty string instead of an empty map because
it is passed to the 'tpl' function. Otherwise Helm gives you a warning when the chart is
installed and 'keycloak.extraEnv' is used.
2018-06-27 10:45:21 -07:00
Chia-liang Kao 6ad581b267 [stable/keycloak] Documentation fixes (#6289)
* Fix a typo in the Google Cloud SQL Proxy example

* Fix dbVendor in Google Cloud SQL example

* [stable/keycloak] Fix theme example

`extraInitContainers` and friends need to be strings.

* Bump chart version
2018-06-25 12:22:21 -07:00
Reinhard Nägele e6ac09ea3e [stable/keycloak] Update Keycloak to 4.0.0.Final (#6159)
* Update Keycloak to 4.0.0.Final
* Add support for MariaDB and H2
* Make H2 the default for easy testing
* Make CI test the chart with H2 and a HA setup with Postgres

Fixes: #6151
2018-06-21 10:45:13 -07:00
Reinhard Nägele 8f5c3426d9 [stable/keycloak] Add option to configure sidecars and misc improvements (#6090)
* [stable/keycloak] Add option to configure sidecars and misc improvements

* Allow configuring additional containers as sidecars, e. g. for
  a database proxy
* Use `tpl` function for affinity and configure default anti-affinity
* Configure Postgres-specifics only when Postgres is used
* Miscellaneous minor fixes and improvements

* Extend and document 'tpl' function usage

* Bump major version due to breaking changes
2018-06-13 07:35:28 -07:00
Ryan Dawson 3beb68d94c [stable/keycloak] option to set realm using start param (#5950)
* option to set realm using start param

* expose postStartScript

* increment chart versions

* don't change incubator

* remove readme change to incubator

* remove postStartScript and provide example for realm import

* extra clarification

* rename extraParams to extraArgs

* Update README.md
2018-06-11 03:13:26 -07:00
GongYi 4222677fc8 Fix the notes (#5914)
keycloak uses {{ template "keycloak.fullname" . }}-http as service name
2018-06-11 02:27:26 -07:00
Reinhard Nägele 490cadc007 [stable/keycloak] Add option to specify extra init containers (#5887) 2018-06-06 07:53:26 -07:00
Reinhard Nägele 48ed412550 [incubator/keycloak] Move to stable (#5798)
* [incubator/keycloak] Move to stable

* [incubator/keycloak] Fix probes section in readme
2018-06-03 23:37:53 -07:00