diff --git a/bitnami/mxnet/Chart.lock b/bitnami/mxnet/Chart.lock index ebbe599df9..7d907b6794 100644 --- a/bitnami/mxnet/Chart.lock +++ b/bitnami/mxnet/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.5 -digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3 -generated: "2023-05-08T19:55:30.241558242Z" + version: 2.3.0 +digest: sha256:11bbe86be64062d37b725f4dbc909aba3585b4976624ee9d27522366d3f956ea +generated: "2023-05-17T09:52:51.151921769Z" diff --git a/bitnami/mxnet/Chart.yaml b/bitnami/mxnet/Chart.yaml index 1a588f3d17..141af0153a 100644 --- a/bitnami/mxnet/Chart.yaml +++ b/bitnami/mxnet/Chart.yaml @@ -23,4 +23,4 @@ maintainers: name: mxnet sources: - https://github.com/bitnami/charts/tree/main/bitnami/mxnet -version: 3.3.0 +version: 3.3.1 diff --git a/bitnami/mxnet/README.md b/bitnami/mxnet/README.md index 1565fd652d..124a0bc646 100644 --- a/bitnami/mxnet/README.md +++ b/bitnami/mxnet/README.md @@ -8,8 +8,6 @@ Apache MXNet (Incubating) is a flexible and efficient library for deep learning 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. -Looking to use Apache MXNet (Incubating) in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. - ## TL;DR ```console @@ -83,7 +81,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-r116` | +| `image.tag` | Apache MXNet (Incubating) image tag (immutable tags are recommended) | `1.9.1-debian-11-r120` | | `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 +368,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.40.1-debian-11-r4` | +| `git.tag` | Git image tag (immutable tags are recommended) | `2.40.1-debian-11-r6` | | `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-r114` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r116` | | `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 979fe520c7..552beae537 100644 --- a/bitnami/mxnet/values.yaml +++ b/bitnami/mxnet/values.yaml @@ -73,7 +73,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mxnet - tag: 1.9.1-debian-11-r116 + tag: 1.9.1-debian-11-r120 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.40.1-debian-11-r4 + tag: 2.40.1-debian-11-r6 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-r114 + tag: 11-debian-11-r116 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.