diff --git a/bitnami/mxnet/Chart.yaml b/bitnami/mxnet/Chart.yaml index 57fc047dcf..12e34528f1 100644 --- a/bitnami/mxnet/Chart.yaml +++ b/bitnami/mxnet/Chart.yaml @@ -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 diff --git a/bitnami/mxnet/README.md b/bitnami/mxnet/README.md index c50fb0ca79..b5c4f3e468 100644 --- a/bitnami/mxnet/README.md +++ b/bitnami/mxnet/README.md @@ -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 | `[]` | diff --git a/bitnami/mxnet/values.yaml b/bitnami/mxnet/values.yaml index 8ed75f3390..9c6824c055 100644 --- a/bitnami/mxnet/values.yaml +++ b/bitnami/mxnet/values.yaml @@ -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.