[bitnami/mxnet] Release 3.1.6 (#13055)

* [bitnami/mxnet] Release 3.1.6 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-20 19:53:59 +02:00
committed by GitHub
parent 774ef0e8e9
commit e9724ad580
3 changed files with 8 additions and 8 deletions

View File

@@ -24,4 +24,4 @@ name: mxnet
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/mxnet
- https://mxnet.apache.org/
version: 3.1.5
version: 3.1.6

View File

@@ -7,7 +7,7 @@ Apache MXNet (Incubating) is a flexible and efficient library for deep learning
[Overview of Apache MXNet (Incubating)](https://mxnet.incubator.apache.org/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | Apache MXNet (Incubating) image registry | `docker.io` |
| `image.repository` | Apache MXNet (Incubating) image repository | `bitnami/mxnet` |
| `image.tag` | Apache MXNet (Incubating) image tag (immutable tags are recommended) | `1.9.1-debian-11-r46` |
| `image.tag` | Apache MXNet (Incubating) image tag (immutable tags are recommended) | `1.9.1-debian-11-r50` |
| `image.digest` | Apache MXNet (Incubating) image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Apache MXNet (Incubating) image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -377,14 +377,14 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `git.registry` | Git image registry | `docker.io` |
| `git.repository` | Git image repository | `bitnami/git` |
| `git.tag` | Git image tag (immutable tags are recommended) | `2.38.0-debian-11-r2` |
| `git.tag` | Git image tag (immutable tags are recommended) | `2.38.1-debian-11-r0` |
| `git.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `git.pullPolicy` | Git image pull policy | `IfNotPresent` |
| `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r40` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r43` |
| `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` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mxnet
tag: 1.9.1-debian-11-r46
tag: 1.9.1-debian-11-r50
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1174,7 +1174,7 @@ scheduler:
git:
registry: docker.io
repository: bitnami/git
tag: 2.38.0-debian-11-r2
tag: 2.38.1-debian-11-r0
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -1202,7 +1202,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r40
tag: 11-debian-11-r43
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.