Skip to content

Commit

Permalink
[bitnami/deepspeed] Release 2.2.25 (#30385)
Browse files Browse the repository at this point in the history
* [bitnami/deepspeed] Release 2.2.25 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Nov 10, 2024
1 parent 0571e4a commit f08566c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
9 changes: 7 additions & 2 deletions bitnami/deepspeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 2.2.24 (2024-10-29)
## 2.2.25 (2024-11-10)

* [bitnami/deepspeed] chore: increase client memory ([#30126](https://github.com/bitnami/charts/pull/30126))
* [bitnami/deepspeed] Release 2.2.25 ([#30385](https://github.com/bitnami/charts/pull/30385))

## <small>2.2.24 (2024-10-29)</small>

* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
* [bitnami/deepspeed] chore: increase client memory (#30126) ([36caa83](https://github.com/bitnami/charts/commit/36caa831851b7e49b77831fe80863078caba2e9c)), closes [#30126](https://github.com/bitnami/charts/issues/30126)

## <small>2.2.23 (2024-10-23)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/deepspeed/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08
generated: "2024-10-17T12:47:23.845747278Z"
version: 2.27.0
digest: sha256:b711ab5874abf868a0c64353a790f17771758cee6f802acb9819be004c8460af
generated: "2024-11-10T02:02:57.117545288Z"
8 changes: 4 additions & 4 deletions bitnami/deepspeed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: deepspeed
image: docker.io/bitnami/deepspeed:0.15.3-debian-12-r0
image: docker.io/bitnami/deepspeed:0.15.3-debian-12-r2
- name: git
image: docker.io/bitnami/git:2.47.0-debian-12-r0
image: docker.io/bitnami/git:2.47.0-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r31
image: docker.io/bitnami/os-shell:12-debian-12-r33
apiVersion: v2
appVersion: 0.15.3
dependencies:
Expand All @@ -35,4 +35,4 @@ name: deepspeed
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/deepspeed
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
version: 2.2.24
version: 2.2.25
6 changes: 3 additions & 3 deletions bitnami/deepspeed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/deepspeed
tag: 0.15.3-debian-12-r0
tag: 0.15.3-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1036,7 +1036,7 @@ worker:
gitImage:
registry: docker.io
repository: bitnami/git
tag: 2.47.0-debian-12-r0
tag: 2.47.0-debian-12-r2
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand All @@ -1063,7 +1063,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r31
tag: 12-debian-12-r33
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit f08566c

Please sign in to comment.