diff --git a/bitnami/mxnet/Chart.yaml b/bitnami/mxnet/Chart.yaml index 5498197c17..90bdf61e62 100644 --- a/bitnami/mxnet/Chart.yaml +++ b/bitnami/mxnet/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mxnet -version: 1.4.11 +version: 1.4.12 appVersion: 1.6.0 description: A flexible and efficient library for deep learning keywords: diff --git a/bitnami/mxnet/values-production.yaml b/bitnami/mxnet/values-production.yaml index 6e92d8ba5d..1a900c9105 100644 --- a/bitnami/mxnet/values-production.yaml +++ b/bitnami/mxnet/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/mxnet - tag: 1.6.0-debian-10-r27 + tag: 1.6.0-debian-10-r33 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -38,7 +38,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.25.2-debian-10-r2 + tag: 2.26.0-debian-10-r3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/mxnet/values.yaml b/bitnami/mxnet/values.yaml index fb3d5166f1..bfcd05dcce 100644 --- a/bitnami/mxnet/values.yaml +++ b/bitnami/mxnet/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/mxnet - tag: 1.6.0-debian-10-r27 + tag: 1.6.0-debian-10-r33 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -38,7 +38,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.25.2-debian-10-r2 + tag: 2.26.0-debian-10-r3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.