[bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841)

* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* [bitnami/*] Improve validation

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* [bitnami/*] Improve validation

Signed-off-by: Jota Martos <jotamartos@vmware.com>

---------

Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2023-10-20 10:34:39 +02:00
committed by GitHub
parent 86ddf468bd
commit bb9a01b659
215 changed files with 608 additions and 936 deletions

View File

@@ -86,7 +86,6 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------- |
| `image.registry` | Solr image registry | `REGISTRY_NAME` |
| `image.repository` | Solr image repository | `REPOSITORY_NAME/solr` |
| `image.tag` | Solr image tag (immutable tags are recommended) | `9.4.0-debian-11-r0` |
| `image.digest` | Solr image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -224,7 +223,6 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `REGISTRY_NAME` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `REPOSITORY_NAME/os-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r90` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |