diff --git a/stable/keycloak/Chart.yaml b/stable/keycloak/Chart.yaml index b897a6955a..243933a9ff 100644 --- a/stable/keycloak/Chart.yaml +++ b/stable/keycloak/Chart.yaml @@ -1,5 +1,5 @@ name: keycloak -version: 3.0.1 +version: 3.0.2 appVersion: 4.0.0.Final description: Open Source Identity and Access Management For Modern Applications and Services keywords: diff --git a/stable/keycloak/values.yaml b/stable/keycloak/values.yaml index d22ded0768..629a3e15f7 100644 --- a/stable/keycloak/values.yaml +++ b/stable/keycloak/values.yaml @@ -44,10 +44,13 @@ keycloak: password: "" ## Allows the specification of additional environment variables for Keycloak - extraEnv: {} - # KEYCLOAK_LOGLEVEL: DEBUG - # WILDFLY_LOGLEVEL: DEBUG - # CACHE_OWNERS: 2 + extraEnv: | + # - name: KEYCLOAK_LOGLEVEL + # value: DEBUG + # - name: WILDFLY_LOGLEVEL + # value: DEBUG + # - name: CACHE_OWNERS + # value: "2" affinity: | podAntiAffinity: