[bitnami/pytorch] Release 2.2.3 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-03-05 21:00:44 +00:00
parent af6f4b1a95
commit c49bdb3c1d
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.3.9
digest: sha256:de03bcd37a85979dadc44edf9094170791b0eb5004c9901b74c61c3a5c5f3af7
generated: "2021-02-22T12:25:20.771571513Z"
version: 1.4.1
digest: sha256:81be4c0ebd0a81952423b24268e82697231b8c07991ee60b23b950ff1db003a2
generated: "2021-03-05T20:10:43.108592145Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: MachineLearning
apiVersion: v2
appVersion: 1.7.1
appVersion: 1.8.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -24,4 +24,4 @@ name: pytorch
sources:
- https://github.com/bitnami/bitnami-docker-pytorch
- http://pytorch.org/
version: 2.2.2
version: 2.2.3

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/pytorch
tag: 1.7.1-debian-10-r56
tag: 1.8.0-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
@@ -46,7 +46,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.30.1-debian-10-r13
tag: 2.30.1-debian-10-r24
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.