[bitnami/several] Regenerate README tables

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodriguez Hernandez
2021-08-26 10:49:00 +00:00
parent 5a5b319b3f
commit da2513bf0a
87 changed files with 1145 additions and 1149 deletions

View File

@@ -76,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------- | --------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | Keycloak image registry | `docker.io` |
| `image.repository` | Keycloak image repository | `bitnami/keycloak` |
| `image.tag` | Keycloak image tag (immutable tags are recommended) | `15.0.2-debian-10-r0` |
| `image.tag` | Keycloak image tag (immutable tags are recommended) | `15.0.2-debian-10-r3` |
| `image.pullPolicy` | Keycloak image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
@@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
| `auth.managementUser` | Wildfly management user | `manager` |
| `auth.managementPassword` | Wildfly management password | `""` |
| `auth.existingSecret` | An already existing secret containing auth info | `""` |
| `auth.existingSecretPerPassword` | Override `existingSecret` and other secret values | `""` |
| `auth.existingSecretPerPassword` | Override `existingSecret` and other secret values | `{}` |
| `auth.tls.enabled` | Enable TLS encryption | `false` |
| `auth.tls.autoGenerated` | Generate automatically self-signed TLS certificates. Currently only supports PEM certificates | `false` |
| `auth.tls.existingSecret` | Existing secret containing the TLS certificates per Keycloak replica | `""` |
@@ -123,7 +123,7 @@ The command removes all the Kubernetes components associated with the chart and
| `keycloakConfigCli.enabled` | Whether to enable keycloak-config-cli | `false` |
| `keycloakConfigCli.image.registry` | keycloak-config-cli container image registry | `docker.io` |
| `keycloakConfigCli.image.repository` | keycloak-config-cli container image repository | `bitnami/keycloak-config-cli` |
| `keycloakConfigCli.image.tag` | keycloak-config-cli container image tag | `4.2.0-debian-10-r9` |
| `keycloakConfigCli.image.tag` | keycloak-config-cli container image tag | `4.2.0-debian-10-r12` |
| `keycloakConfigCli.image.pullPolicy` | keycloak-config-cli container image pull policy | `IfNotPresent` |
| `keycloakConfigCli.image.pullSecrets` | keycloak-config-cli container image pull secrets | `[]` |
| `keycloakConfigCli.annotations` | Annotations for keycloak-config-cli job | `undefined` |