mirror of
https://github.com/bitnami/charts.git
synced 2026-02-12 21:47:15 +08:00
[bitnami/deepspeed] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33351)
* [bitnami/deepspeed] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * chore: 🔧 Bump timeout seconds Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
ad1a8c784c
commit
a3c7b3ffa4
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.3.10 (2025-04-18)
|
||||
## 2.3.11 (2025-05-07)
|
||||
|
||||
* [bitnami/deepspeed] Release 2.3.10 ([#33077](https://github.com/bitnami/charts/pull/33077))
|
||||
* [bitnami/deepspeed] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33351](https://github.com/bitnami/charts/pull/33351))
|
||||
|
||||
## <small>2.3.10 (2025-04-18)</small>
|
||||
|
||||
* [bitnami/deepspeed] Release 2.3.10 (#33077) ([2e8fdba](https://github.com/bitnami/charts/commit/2e8fdba7e71cc52e12076ef3c58bcb51519c0fce)), closes [#33077](https://github.com/bitnami/charts/issues/33077)
|
||||
|
||||
## <small>2.3.9 (2025-04-16)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.30.0
|
||||
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
|
||||
generated: "2025-03-06T18:55:44.808675237Z"
|
||||
version: 2.31.0
|
||||
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
|
||||
generated: "2025-05-06T10:02:43.063684216+02:00"
|
||||
|
||||
@@ -36,4 +36,4 @@ name: deepspeed
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/deepspeed
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
|
||||
version: 2.3.10
|
||||
version: 2.3.11
|
||||
|
||||
@@ -250,7 +250,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
| `client.livenessProbe.enabled` | Enable livenessProbe on Client nodes | `true` |
|
||||
| `client.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `5` |
|
||||
| `client.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `30` |
|
||||
| `client.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `20` |
|
||||
| `client.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `60` |
|
||||
| `client.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` |
|
||||
| `client.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `client.readinessProbe.enabled` | Enable readinessProbe on Client nodes | `true` |
|
||||
|
||||
@@ -232,7 +232,7 @@ client:
|
||||
enabled: true
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 20
|
||||
timeoutSeconds: 60
|
||||
failureThreshold: 5
|
||||
successThreshold: 1
|
||||
## @param client.readinessProbe.enabled Enable readinessProbe on Client nodes
|
||||
|
||||
Reference in New Issue
Block a user