Skip to content

Commit 2a1b864

Browse files
authored
[bitnami/pytorch] Release 4.3.7 (#32683)
* [bitnami/pytorch] Release 4.3.7 updating components versions Signed-off-by: Bitnami Bot <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <[email protected]> --------- Signed-off-by: Bitnami Bot <[email protected]>
1 parent 1ee0989 commit 2a1b864

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

bitnami/pytorch/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 4.3.6 (2025-03-11)
3+
## 4.3.7 (2025-03-30)
44

5-
* [bitnami/pytorch] Update Chart.yaml ([#32411](https://github.com/bitnami/charts/pull/32411))
5+
* [bitnami/pytorch] Release 4.3.7 ([#32683](https://github.com/bitnami/charts/pull/32683))
6+
7+
## <small>4.3.6 (2025-03-11)</small>
8+
9+
* [bitnami/pytorch] Update Chart.yaml (#32411) ([0a8723b](https://github.com/bitnami/charts/commit/0a8723b979c6d111fafdbea07409f642c653721c)), closes [#32411](https://github.com/bitnami/charts/issues/32411)
610

711
## <small>4.3.5 (2025-03-11)</small>
812

bitnami/pytorch/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ annotations:
77
licenses: Apache-2.0
88
images: |
99
- name: git
10-
image: docker.io/bitnami/git:2.48.1-debian-12-r8
10+
image: docker.io/bitnami/git:2.49.0-debian-12-r1
1111
- name: os-shell
12-
image: docker.io/bitnami/os-shell:12-debian-12-r39
12+
image: docker.io/bitnami/os-shell:12-debian-12-r40
1313
- name: pytorch
14-
image: docker.io/bitnami/pytorch:2.6.0-debian-12-r4
14+
image: docker.io/bitnami/pytorch:2.6.0-debian-12-r6
1515
apiVersion: v2
1616
appVersion: 2.6.0
1717
dependencies:
@@ -34,4 +34,4 @@ maintainers:
3434
name: pytorch
3535
sources:
3636
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
37-
version: 4.3.6
37+
version: 4.3.7

bitnami/pytorch/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ diagnosticMode:
8585
image:
8686
registry: docker.io
8787
repository: bitnami/pytorch
88-
tag: 2.6.0-debian-12-r4
88+
tag: 2.6.0-debian-12-r6
8989
digest: ""
9090
## Specify a imagePullPolicy
9191
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -564,7 +564,7 @@ networkPolicy:
564564
git:
565565
registry: docker.io
566566
repository: bitnami/git
567-
tag: 2.48.1-debian-12-r8
567+
tag: 2.49.0-debian-12-r1
568568
digest: ""
569569
pullPolicy: IfNotPresent
570570
## Optionally specify an array of imagePullSecrets.
@@ -593,7 +593,7 @@ volumePermissions:
593593
image:
594594
registry: docker.io
595595
repository: bitnami/os-shell
596-
tag: 12-debian-12-r39
596+
tag: 12-debian-12-r40
597597
digest: ""
598598
pullPolicy: IfNotPresent
599599
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)