diff --git a/stable/keycloak/Chart.yaml b/stable/keycloak/Chart.yaml index 4f819a3699..45e969faea 100644 --- a/stable/keycloak/Chart.yaml +++ b/stable/keycloak/Chart.yaml @@ -1,5 +1,5 @@ name: keycloak -version: 4.0.3 +version: 4.0.4 appVersion: 4.5.0.Final description: Open Source Identity and Access Management For Modern Applications and Services keywords: diff --git a/stable/keycloak/README.md b/stable/keycloak/README.md index b81f59c5c8..0ccae98486 100644 --- a/stable/keycloak/README.md +++ b/stable/keycloak/README.md @@ -52,14 +52,14 @@ Parameter | Description | Default `keycloak.basepath` | Path keycloak is hosted at | `auth` `keycloak.username` | Username for the initial Keycloak admin user | `keycloak` `keycloak.password` | Password for the initial Keycloak admin user. If not set, a random 10 characters password is created | `""` -`keycloak.extraInitContainers` | Additional init containers, e. g. for providing themes, etc. Passed through the `tpl` funtion and thus to be configured a string | `""` -`keycloak.extraContainers` | Additional sidecar containers, e. g. for a database proxy, such as Google's cloudsql-proxy. Passed through the `tpl` funtion and thus to be configured a string | `""` -`keycloak.extraEnv` | Allows the specification of additional environment variables for Keycloak. Passed through the `tpl` funtion and thus to be configured a string | `""` -`keycloak.extraVolumeMounts` | Add additional volumes mounts, e. g. for custom themes. Passed through the `tpl` funtion and thus to be configured a string | `""` -`keycloak.extraVolumes` | Add additional volumes, e. g. for custom themes. Passed through the `tpl` funtion and thus to be configured a string | `""` +`keycloak.extraInitContainers` | Additional init containers, e. g. for providing themes, etc. Passed through the `tpl` function and thus to be configured a string | `""` +`keycloak.extraContainers` | Additional sidecar containers, e. g. for a database proxy, such as Google's cloudsql-proxy. Passed through the `tpl` function and thus to be configured a string | `""` +`keycloak.extraEnv` | Allows the specification of additional environment variables for Keycloak. Passed through the `tpl` function and thus to be configured a string | `""` +`keycloak.extraVolumeMounts` | Add additional volumes mounts, e. g. for custom themes. Passed through the `tpl` function and thus to be configured a string | `""` +`keycloak.extraVolumes` | Add additional volumes, e. g. for custom themes. Passed through the `tpl` function and thus to be configured a string | `""` `keycloak.podDisruptionBudget` | Pod disruption budget | `{}` `keycloak.resources` | Pod resource requests and limits | `{}` -`keycloak.affinity` | Pod affinity. Passed through the `tpl` funtion and thus to be configured a string | `Hard node and soft zone anti-affinity` +`keycloak.affinity` | Pod affinity. Passed through the `tpl` function and thus to be configured a string | `Hard node and soft zone anti-affinity` `keycloak.nodeSelector` | Node labels for pod assignment | `{}` `keycloak.tolerations` | Node taints to tolerate | `[]` `keycloak.podAnnotations` | Extra annotations to add to pod | `{}`