From c6d5ca11eded5259d6f647a8dc5bcaca6a390eee Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 24 May 2021 15:55:14 +0000 Subject: [PATCH] [bitnami/pytorch] Release 2.3.4 updating components versions Signed-off-by: Bitnami Containers --- bitnami/pytorch/Chart.yaml | 2 +- bitnami/pytorch/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index ec82695c8..84deb435d 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -24,4 +24,4 @@ name: pytorch sources: - https://github.com/bitnami/bitnami-docker-pytorch - http://pytorch.org/ -version: 2.3.3 +version: 2.3.4 diff --git a/bitnami/pytorch/values.yaml b/bitnami/pytorch/values.yaml index cb47ee627..c0a1dee39 100644 --- a/bitnami/pytorch/values.yaml +++ b/bitnami/pytorch/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/pytorch - tag: 1.8.1-debian-10-r27 + tag: 1.8.1-debian-10-r29 ## 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 @@ -46,7 +46,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.31.1-debian-10-r51 + tag: 2.31.1-debian-10-r53 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.