[bitnami/*] Generate READMEs (#7790)

This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2021-10-13 12:15:00 +02:00
committed by GitHub
parent b31d5b8530
commit 0833a8c163
9 changed files with 74 additions and 74 deletions

View File

@@ -74,7 +74,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------ | ------------------------------------------------------------- | --------------------- |
| `image.registry` | Solr image registry | `docker.io` |
| `image.repository` | Solr image repository | `bitnami/solr` |
| `image.tag` | Solr image tag (immutable tags are recommended) | `8.9.0-debian-10-r88` |
| `image.tag` | Solr image tag (immutable tags are recommended) | `8.10.0-debian-10-r1` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `coreName` | Solr core name to be created | `my-core` |
@@ -147,7 +147,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the registry (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `10-debian-10-r202` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `10-debian-10-r218` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |