helm-charts
helm-charts copied to clipboard
A curated set of Helm charts brought to you by codecentric
Postresql
Hello! Is there going to be an updated helm chart for the latest versions of keycloakx? Thanks!
There is a a lot of evidence that the parameter is set to `java.awt.headless=true` in Quarkus by default. * Quarkus Building native Images: https://quarkus.io/guides/building-native-image) see default value for `java.awt.headless` *...
Enable IPv6 dualstack support by default since Keycloak v22. https://www.keycloak.org/server/configuration-production#_configure_keycloak_server_with_ipv4_or_ipv6
In Keycloak version 24.0.0 the use of `KC_PROXY` has been deprecated and upstream guidance is to use `KC_PROXY_HEADERS` going forward. See the following for more details: - https://www.keycloak.org/server/reverseproxy#_proxy_modes - https://www.keycloak.org/docs/24.0.0/upgrading/#deprecated-proxy-option
Starting with Keycloak V24, the heap memory is calculated dynamically based on the available memory or memory limit for the container. If no limit is set, this may lead to...
This PR makes the chart aware of the so called _optimized_ start of Keycloak. This optimized start is achieved by passing the `--optimized` argument to the Keycloak's `start` command: ```...
SHA1 key has been disabled in JDK 9 onwards. But ldap server is using SHA1 key to support went through the site found using the below jdk.certpath.disabledAlgorithms property SHA1 can...