[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

@@ -84,7 +84,6 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------ |
| `image.registry` | Jaeger image registry | `REGISTRY_NAME` |
| `image.repository` | Jaeger image repository | `REPOSITORY_NAME/jaeger` |
| `image.tag` | Jaeger image tag (immutable tags are recommended) | `1.50.0-debian-11-r1` |
| `image.digest` | Jaeger 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` | Jaeger image pull secrets | `[]` |
@@ -360,7 +359,6 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------- |
| `cqlshImage.registry` | Cassandra image registry | `REGISTRY_NAME` |
| `cqlshImage.repository` | Cassandra image repository | `REPOSITORY_NAME/cassandra` |
| `cqlshImage.tag` | Cassandra image tag (immutable tags are recommended) | `4.0.11-debian-11-r76` |
| `cqlshImage.digest` | Cassandra image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `cqlshImage.pullPolicy` | image pull policy | `IfNotPresent` |
| `cqlshImage.pullSecrets` | Cassandra image pull secrets | `[]` |

View File

@@ -60,7 +60,7 @@ diagnosticMode:
## ref: https://hub.docker.com/r/bitnami/jaeger/tags/
## @param image.registry [default: REGISTRY_NAME] Jaeger image registry
## @param image.repository [default: REPOSITORY_NAME/jaeger] Jaeger image repository
## @param image.tag Jaeger image tag (immutable tags are recommended)
## @skip image.tag Jaeger image tag (immutable tags are recommended)
## @param image.digest Jaeger image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param image.pullPolicy image pull policy
## @param image.pullSecrets Jaeger image pull secrets
@@ -1095,7 +1095,7 @@ migration:
## @section Set the image to use for the migration job
## @param cqlshImage.registry [default: REGISTRY_NAME] Cassandra image registry
## @param cqlshImage.repository [default: REPOSITORY_NAME/cassandra] Cassandra image repository
## @param cqlshImage.tag Cassandra image tag (immutable tags are recommended)
## @skip cqlshImage.tag Cassandra image tag (immutable tags are recommended)
## @param cqlshImage.digest Cassandra image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param cqlshImage.pullPolicy image pull policy
## @param cqlshImage.pullSecrets Cassandra image pull secrets