From 2fa87efa3fe45176367f63d1304efc716b2c7524 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 26 Feb 2020 07:43:30 +0000 Subject: [PATCH] [bitnami/pytorch] Release 1.3.7 updating components versions Signed-off-by: Bitnami Containers --- bitnami/pytorch/Chart.yaml | 2 +- bitnami/pytorch/values-production.yaml | 4 ++-- bitnami/pytorch/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index e52734e3b..718d86c17 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: pytorch -version: 1.3.6 +version: 1.3.7 appVersion: 1.4.0 description: Deep learning platform that accelerates the transition from research prototyping to production deployment keywords: diff --git a/bitnami/pytorch/values-production.yaml b/bitnami/pytorch/values-production.yaml index 57ba403aa..fe6656ca7 100644 --- a/bitnami/pytorch/values-production.yaml +++ b/bitnami/pytorch/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/pytorch - tag: 1.4.0-debian-10-r23 + tag: 1.4.0-debian-10-r31 ## 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 @@ -47,7 +47,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.25.1-debian-10-r1 + tag: 2.25.1-debian-10-r8 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/pytorch/values.yaml b/bitnami/pytorch/values.yaml index d1da943bf..b28f1546e 100644 --- a/bitnami/pytorch/values.yaml +++ b/bitnami/pytorch/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/pytorch - tag: 1.4.0-debian-10-r23 + tag: 1.4.0-debian-10-r31 ## 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 @@ -47,7 +47,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.25.1-debian-10-r1 + tag: 2.25.1-debian-10-r8 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.