[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

@@ -71,14 +71,14 @@ The command removes all the Kubernetes components associated with the chart and
### WildFly Image parameters
| Name | Description | Value |
| ------------------- | -------------------------------------------------- | --------------------- |
| `image.registry` | WildFly image registry | `docker.io` |
| `image.repository` | WildFly image repository | `bitnami/wildfly` |
| `image.tag` | WildFly image tag (immutable tags are recommended) | `24.0.1-debian-10-r2` |
| `image.pullPolicy` | WildFly image pull policy | `IfNotPresent` |
| `image.pullSecrets` | WildFly image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| Name | Description | Value |
| ------------------- | -------------------------------------------------- | ---------------------- |
| `image.registry` | WildFly image registry | `docker.io` |
| `image.repository` | WildFly image repository | `bitnami/wildfly` |
| `image.tag` | WildFly image tag (immutable tags are recommended) | `24.0.1-debian-10-r27` |
| `image.pullPolicy` | WildFly image pull policy | `IfNotPresent` |
| `image.pullSecrets` | WildFly image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
### WildFly Configuration parameters
@@ -161,7 +161,7 @@ The command removes all the Kubernetes components associated with the chart and
| `ingress.pathType` | Ingress path type | `ImplementationSpecific` |
| `ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `""` |
| `ingress.hostname` | Default host for the ingress record | `wildfly.local` |
| `ingress.path` | Default path for the ingress record | `ImplementationSpecific` |
| `ingress.path` | Default path for the ingress record | `/` |
| `ingress.annotations` | Additional custom annotations for the ingress record | `{}` |
| `ingress.tls` | Enable TLS configuration for the host defined at `ingress.hostname` parameter | `false` |
| `ingress.extraHosts` | An array with additional hostname(s) to be covered with the ingress record | `[]` |
@@ -172,12 +172,12 @@ The command removes all the Kubernetes components associated with the chart and
| `mgmtIngress.certManager` | Set this to true in order to add the corresponding annotations for cert-manager | `false` |
| `mgmtIngress.pathType` | Ingress path type | `ImplementationSpecific` |
| `mgmtIngress.hostname` | When the Management ingress is enabled, a host pointing to this will be created | `management.local` |
| `mgmtIngress.annotations` | Health Ingress annotations | `undefined` |
| `mgmtIngress.annotations` | Health Ingress annotations | `{}` |
| `mgmtIngress.tls` | Enable TLS configuration for the hostname defined at `mgmtIngress.hostname` parameter | `false` |
| `mgmtIngress.extraHosts` | The list of additional hostnames to be covered with this Management ingress record | `undefined` |
| `mgmtIngress.extraHosts` | The list of additional hostnames to be covered with this Management ingress record | `[]` |
| `mgmtIngress.extraPaths` | An array with additional arbitrary paths that may need to be added to the ingress under the main host | `[]` |
| `mgmtIngress.extraTls` | TLS configuration for additional hostnames to be covered | `undefined` |
| `mgmtIngress.secrets` | TLS Secret configuration | `undefined` |
| `mgmtIngress.extraTls` | TLS configuration for additional hostnames to be covered | `[]` |
| `mgmtIngress.secrets` | TLS Secret configuration | `[]` |
### Persistence Parameters
@@ -191,7 +191,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r146` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r171` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `Always` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |