diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index f7ae50c57..c2106ed08 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: pytorch -version: 1.3.16 -appVersion: 1.5.0 +version: 1.3.17 +appVersion: 1.5.1 description: Deep learning platform that accelerates the transition from research prototyping to production deployment keywords: - pytorch diff --git a/bitnami/pytorch/values-production.yaml b/bitnami/pytorch/values-production.yaml index 5c0cc08b7..335e088da 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.5.0-debian-10-r37 + tag: 1.5.1-debian-10-r0 ## 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.27.0-debian-10-r1 + tag: 2.27.0-debian-10-r13 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 cdb268114..f8eb891d0 100644 --- a/bitnami/pytorch/values.yaml +++ b/bitnami/pytorch/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/pytorch - tag: 1.5.0-debian-10-r37 + tag: 1.5.1-debian-10-r0 ## 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.27.0-debian-10-r1 + tag: 2.27.0-debian-10-r13 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.