[bitnami/deepspeed] Release 2.2.5 (#27438)

* [bitnami/deepspeed] Release 2.2.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* test:  Update check-user test

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* fix: 🐛 Remove repository reference

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* chore: 🔧 Bump resources preset

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Bitnami Bot
2024-06-21 17:14:48 +02:00
committed by GitHub
parent bbeca45e56
commit fcf2330d03
6 changed files with 18 additions and 14 deletions

View File

@@ -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))
## <small>2.2.4 (2024-06-07)</small>
* [bitnami/deepspeed] Release 2.2.4 (#26889) ([f2ed42d](https://github.com/bitnami/charts/commit/f2ed42df98d83133969f27ba98c42c65b8db3b08)), closes [#26889](https://github.com/bitnami/charts/issues/26889)
## <small>2.2.3 (2024-06-06)</small>

View File

@@ -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"

View File

@@ -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

View File

@@ -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` |

View File

@@ -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" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image) "context" $) }}

View File

@@ -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: