mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[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:
@@ -88,13 +88,11 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------ |
|
||||
| `server.image.registry` | TensorFlow Serving image registry | `REGISTRY_NAME` |
|
||||
| `server.image.repository` | TensorFlow Serving image repository | `REPOSITORY_NAME/tensorflow-serving` |
|
||||
| `server.image.tag` | TensorFlow Serving Image tag (immutable tags are recommended) | `2.13.1-debian-11-r5` |
|
||||
| `server.image.digest` | TensorFlow Serving image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `server.image.pullPolicy` | TensorFlow Serving image pull policy | `IfNotPresent` |
|
||||
| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `client.image.registry` | TensorFlow ResNet image registry | `REGISTRY_NAME` |
|
||||
| `client.image.repository` | TensorFlow ResNet image repository | `REPOSITORY_NAME/tensorflow-resnet` |
|
||||
| `client.image.tag` | TensorFlow ResNet image tag (immutable tags are recommended) | `2.13.1-debian-11-r6` |
|
||||
| `client.image.digest` | TensorFlow ResNet image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `client.image.pullPolicy` | TensorFlow ResNet image pull policy | `IfNotPresent` |
|
||||
| `client.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
||||
@@ -58,7 +58,7 @@ diagnosticMode:
|
||||
## ref: https://hub.docker.com/r/bitnami/tensorflow-serving/tags/
|
||||
## @param server.image.registry [default: REGISTRY_NAME] TensorFlow Serving image registry
|
||||
## @param server.image.repository [default: REPOSITORY_NAME/tensorflow-serving] TensorFlow Serving image repository
|
||||
## @param server.image.tag TensorFlow Serving Image tag (immutable tags are recommended)
|
||||
## @skip server.image.tag TensorFlow Serving Image tag (immutable tags are recommended)
|
||||
## @param server.image.digest TensorFlow Serving image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
|
||||
## @param server.image.pullPolicy TensorFlow Serving image pull policy
|
||||
## @param server.image.pullSecrets Specify docker-registry secret names as an array
|
||||
@@ -86,7 +86,7 @@ server:
|
||||
## ref: https://hub.docker.com/r/bitnami/tensorflow-resnet/tags/
|
||||
## @param client.image.registry [default: REGISTRY_NAME] TensorFlow ResNet image registry
|
||||
## @param client.image.repository [default: REPOSITORY_NAME/tensorflow-resnet] TensorFlow ResNet image repository
|
||||
## @param client.image.tag TensorFlow ResNet image tag (immutable tags are recommended)
|
||||
## @skip client.image.tag TensorFlow ResNet image tag (immutable tags are recommended)
|
||||
## @param client.image.digest TensorFlow ResNet image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
|
||||
## @param client.image.pullPolicy TensorFlow ResNet image pull policy
|
||||
## @param client.image.pullSecrets Specify docker-registry secret names as an array
|
||||
|
||||
Reference in New Issue
Block a user