diff --git a/bitnami/deepspeed/CHANGELOG.md b/bitnami/deepspeed/CHANGELOG.md
index 3df080d101..1c5d4856d8 100644
--- a/bitnami/deepspeed/CHANGELOG.md
+++ b/bitnami/deepspeed/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 2.2.4 (2024-06-07)
+## 2.2.5 (2024-06-21)
-* [bitnami/deepspeed] Release 2.2.4 ([#26889](https://github.com/bitnami/charts/pull/26889))
+* [bitnami/deepspeed] Release 2.2.5 ([#27438](https://github.com/bitnami/charts/pull/27438))
+
+## 2.2.4 (2024-06-07)
+
+* [bitnami/deepspeed] Release 2.2.4 (#26889) ([f2ed42d](https://github.com/bitnami/charts/commit/f2ed42df98d83133969f27ba98c42c65b8db3b08)), closes [#26889](https://github.com/bitnami/charts/issues/26889)
## 2.2.3 (2024-06-06)
diff --git a/bitnami/deepspeed/Chart.lock b/bitnami/deepspeed/Chart.lock
index d2303d29fc..75f070b666 100644
--- a/bitnami/deepspeed/Chart.lock
+++ b/bitnami/deepspeed/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.20.0
-digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6
-generated: "2024-06-06T11:39:58.908275648Z"
+ version: 2.20.3
+digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
+generated: "2024-06-18T18:03:46.537311991Z"
diff --git a/bitnami/deepspeed/Chart.yaml b/bitnami/deepspeed/Chart.yaml
index 9dd6632e06..f5c57e12e6 100644
--- a/bitnami/deepspeed/Chart.yaml
+++ b/bitnami/deepspeed/Chart.yaml
@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: deepspeed
- image: docker.io/bitnami/deepspeed:0.14.2-debian-12-r6
+ image: docker.io/bitnami/deepspeed:0.14.3-debian-12-r1
- name: git
image: docker.io/bitnami/git:2.45.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
-appVersion: 0.14.2
+appVersion: 0.14.3
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -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.4
+version: 2.2.5
diff --git a/bitnami/deepspeed/README.md b/bitnami/deepspeed/README.md
index f34886320a..869d3487c9 100644
--- a/bitnami/deepspeed/README.md
+++ b/bitnami/deepspeed/README.md
@@ -262,7 +262,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `client.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
| `client.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
| `client.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
-| `client.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if client.resources is set (client.resources is recommended for production). | `small` |
+| `client.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if client.resources is set (client.resources is recommended for production). | `medium` |
| `client.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `client.podSecurityContext.enabled` | Enabled Client pods' Security Context | `true` |
| `client.podSecurityContext.fsGroupChangePolicy` | Set filesystem group change policy | `Always` |
@@ -366,7 +366,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `worker.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
| `worker.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
| `worker.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
-| `worker.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if worker.resources is set (worker.resources is recommended for production). | `small` |
+| `worker.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if worker.resources is set (worker.resources is recommended for production). | `medium` |
| `worker.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `worker.podSecurityContext.enabled` | Enabled Worker pods' Security Context | `true` |
| `worker.podSecurityContext.fsGroupChangePolicy` | Set filesystem group change policy | `Always` |
diff --git a/bitnami/deepspeed/templates/NOTES.txt b/bitnami/deepspeed/templates/NOTES.txt
index 2fc6d13c50..dc608772c0 100644
--- a/bitnami/deepspeed/templates/NOTES.txt
+++ b/bitnami/deepspeed/templates/NOTES.txt
@@ -77,4 +77,4 @@ Then configure your SSH client to use that key.
{{ include "deepspeed.v0.validateValues" . }}
{{ include "deepspeed.v0.checkRollingTags" . }}
{{- include "common.warnings.resources" (dict "sections" (list "client" "volumePermissions" "worker") "context" $) }}
-{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.source.git .Values.gitImage .Values.volumePermissions.image) "context" $) }}
\ No newline at end of file
+{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image) "context" $) }}
\ No newline at end of file
diff --git a/bitnami/deepspeed/values.yaml b/bitnami/deepspeed/values.yaml
index ace5b7f020..8245961e1e 100644
--- a/bitnami/deepspeed/values.yaml
+++ b/bitnami/deepspeed/values.yaml
@@ -80,7 +80,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/deepspeed
- tag: 0.14.2-debian-12-r6
+ tag: 0.14.3-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -271,7 +271,7 @@ client:
## @param client.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if client.resources is set (client.resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
- resourcesPreset: "small"
+ resourcesPreset: "medium"
## @param client.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
## Example:
## resources:
@@ -649,7 +649,7 @@ worker:
## @param worker.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if worker.resources is set (worker.resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
- resourcesPreset: "small"
+ resourcesPreset: "medium"
## @param worker.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
## Example:
## resources: