diff --git a/bitnami/mxnet/README.md b/bitnami/mxnet/README.md index ede559910e..04f767ebd6 100644 --- a/bitnami/mxnet/README.md +++ b/bitnami/mxnet/README.md @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the MinIO chart and the | `image.debug` | Specify if debug logs should be enabled | `false` | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | -| `git.tag` | Git image tag | `latest` | +| `git.tag` | Git image tag | `{TAG_NAME}` | | `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `service.type` | Kubernetes service type | `ClusterIP` | diff --git a/bitnami/node/README.md b/bitnami/node/README.md index 923d16091d..338a4e2d0a 100644 --- a/bitnami/node/README.md +++ b/bitnami/node/README.md @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the Node chart and thei | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | -| `git.tag` | Git image tag | `latest` | +| `git.tag` | Git image tag | `{TAG_NAME}` | | `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `repository` | Repo of the application | `https://github.com/bitnami/sample-mean.git` | | `revision` | Revision to checkout | `master` | diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index c99e6d8fbe..20b035a990 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: pytorch -version: 0.0.6 +version: 0.0.7 appVersion: 1.1.0 description: Deep learning platform that accelerates the transition from research prototyping to production deployment keywords: @@ -15,4 +15,4 @@ maintainers: - name: Bitnami email: containers@bitnami.com engine: gotpl -icon: https://bitnami.com/assets/stacks/pytorch/img/pytorch-stack-110x117.png \ No newline at end of file +icon: https://bitnami.com/assets/stacks/pytorch/img/pytorch-stack-110x117.png diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index 18d5b25680..acd0792767 100644 --- a/bitnami/pytorch/README.md +++ b/bitnami/pytorch/README.md @@ -57,8 +57,8 @@ The following table lists the configurable parameters of the MinIO chart and the | `image.debug` | Specify if debug logs should be enabled | `false` | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | -| `git.tag` | Git image tag | `latest` | -| `git.pullPolicy` | Git image pull policy | `Always` | +| `git.tag` | Git image tag | `{TAG_NAME}` | +| `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | service.type | Kubernetes service type | `ClusterIP` | | `entrypoint.file` | Main entrypoint to your application | `''` |