[bitnami/mxnet] Release 3.3.8 (#17934)

* [bitnami/mxnet] Release 3.3.8 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
2023-07-26 07:34:57 +02:00
committed by GitHub
parent 5dd26b95cc
commit 2d1e709773
3 changed files with 7 additions and 7 deletions

View File

@@ -26,4 +26,4 @@ maintainers:
name: mxnet
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mxnet
version: 3.3.7
version: 3.3.8

View File

@@ -83,7 +83,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-r140` |
| `image.tag` | Apache MXNet (Incubating) image tag (immutable tags are recommended) | `1.9.1-debian-11-r340` |
| `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 | `[]` |
@@ -370,14 +370,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.41.0-debian-11-r16` |
| `git.tag` | Git image tag (immutable tags are recommended) | `2.41.0-debian-11-r53` |
| `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/os-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r2` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r16` |
| `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

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mxnet
tag: 1.9.1-debian-11-r140
tag: 1.9.1-debian-11-r340
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1177,7 +1177,7 @@ scheduler:
git:
registry: docker.io
repository: bitnami/git
tag: 2.41.0-debian-11-r16
tag: 2.41.0-debian-11-r53
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -1205,7 +1205,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r2
tag: 11-debian-11-r16
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.