diff --git a/bitnami/deepspeed/Chart.lock b/bitnami/deepspeed/Chart.lock index cd74371470..53a3165246 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.8.0 -digest: sha256:0119fce6b509ebf3eaf5218f87f6ec0af64ec7da15f272115673b0716c4b6919 -generated: "2023-08-13T11:41:25.31675464Z" + version: 2.9.0 +digest: sha256:416ad278a896f0e9b51d5305bef5d875c7cca6fbb64b75e1f131b04763e2aff9 +generated: "2023-08-22T13:18:12.593877046Z" diff --git a/bitnami/deepspeed/Chart.yaml b/bitnami/deepspeed/Chart.yaml index 7dcd124ae8..48010f5c63 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.10.0-debian-11-r31 + image: docker.io/bitnami/deepspeed:0.10.1-debian-11-r0 - name: git - image: docker.io/bitnami/git:2.41.0-debian-11-r74 + image: docker.io/bitnami/git:2.42.0-debian-11-r0 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r40 + image: docker.io/bitnami/os-shell:11-debian-11-r43 apiVersion: v2 -appVersion: 0.10.0 +appVersion: 0.10.1 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: 1.1.5 +version: 1.1.6 diff --git a/bitnami/deepspeed/README.md b/bitnami/deepspeed/README.md index 578e07645e..46378e3da3 100644 --- a/bitnami/deepspeed/README.md +++ b/bitnami/deepspeed/README.md @@ -79,32 +79,32 @@ The command removes all the Kubernetes components associated with the chart and ### Source code parameters -| Name | Description | Value | -| ----------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- | -| `image.registry` | Deepspeed image registry | `docker.io` | -| `image.repository` | Deepspeed image repository | `bitnami/deepspeed` | -| `image.tag` | Deepspeed image tag (immutable tags are recommended) | `0.10.0-debian-11-r31` | -| `image.digest` | Deepspeed image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `image.pullPolicy` | Deepspeed image pull policy | `IfNotPresent` | -| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | -| `source.type` | Where the source comes from: Possible values: configmap, git, custom | `configmap` | -| `source.launchCommand` | deepspeed command to run over the project | `""` | -| `source.configMap` | List of files of the project | `{}` | -| `source.existingConfigMap` | Name of a configmap containing the files of the project | `""` | -| `source.git.repository` | Repository that holds the files | `""` | -| `source.git.revision` | Revision from the repository to checkout | `""` | -| `source.git.extraVolumeMounts` | Add extra volume mounts for the Git container | `[]` | -| `config.defaultHostFile` | Host file generated by default (only edit if you know what you are doing) | `""` | -| `config.overrideHostFile` | Override default host file with the content in this value | `""` | -| `config.existingHostFileConfigMap` | Name of a ConfigMap containing the hostfile | `""` | -| `config.defaultSSHClient` | Default SSH client configuration for the client node (only edit if you know what you are doing) | `""` | -| `config.overrideSSHClient` | Override default SSH cliient configuration with the content in this value | `""` | -| `config.existingSSHClientConfigMap` | Name of a ConfigMap containing the SSH client configuration | `""` | -| `config.defaultSSHServer` | Default SSH Server configuration for the worker nodes (only edit if you know what you are doing) | `""` | -| `config.overrideSSHServer` | Overidde SSH Server configuration with the content in this value | `""` | -| `config.existingSSHServerConfigMap` | Name of a ConfigMap with with the SSH Server configuration | `""` | -| `config.sshPrivateKey` | Private key for the client node to connect to the worker nodes | `""` | -| `config.existingSSHKeySecret` | Name of a secret containing the ssh private key | `""` | +| Name | Description | Value | +| ----------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | +| `image.registry` | Deepspeed image registry | `docker.io` | +| `image.repository` | Deepspeed image repository | `bitnami/deepspeed` | +| `image.tag` | Deepspeed image tag (immutable tags are recommended) | `0.10.1-debian-11-r0` | +| `image.digest` | Deepspeed image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `image.pullPolicy` | Deepspeed image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `source.type` | Where the source comes from: Possible values: configmap, git, custom | `configmap` | +| `source.launchCommand` | deepspeed command to run over the project | `""` | +| `source.configMap` | List of files of the project | `{}` | +| `source.existingConfigMap` | Name of a configmap containing the files of the project | `""` | +| `source.git.repository` | Repository that holds the files | `""` | +| `source.git.revision` | Revision from the repository to checkout | `""` | +| `source.git.extraVolumeMounts` | Add extra volume mounts for the Git container | `[]` | +| `config.defaultHostFile` | Host file generated by default (only edit if you know what you are doing) | `""` | +| `config.overrideHostFile` | Override default host file with the content in this value | `""` | +| `config.existingHostFileConfigMap` | Name of a ConfigMap containing the hostfile | `""` | +| `config.defaultSSHClient` | Default SSH client configuration for the client node (only edit if you know what you are doing) | `""` | +| `config.overrideSSHClient` | Override default SSH cliient configuration with the content in this value | `""` | +| `config.existingSSHClientConfigMap` | Name of a ConfigMap containing the SSH client configuration | `""` | +| `config.defaultSSHServer` | Default SSH Server configuration for the worker nodes (only edit if you know what you are doing) | `""` | +| `config.overrideSSHServer` | Overidde SSH Server configuration with the content in this value | `""` | +| `config.existingSSHServerConfigMap` | Name of a ConfigMap with with the SSH Server configuration | `""` | +| `config.sshPrivateKey` | Private key for the client node to connect to the worker nodes | `""` | +| `config.existingSSHKeySecret` | Name of a secret containing the ssh private key | `""` | ### Client Deployment Parameters @@ -321,14 +321,14 @@ The command removes all the Kubernetes components associated with the chart and | `worker.persistence.annotations` | Persistent Volume annotations | `{}` | | `gitImage.registry` | Git image registry | `docker.io` | | `gitImage.repository` | Git image repository | `bitnami/git` | -| `gitImage.tag` | Git image tag (immutable tags are recommended) | `2.41.0-debian-11-r74` | +| `gitImage.tag` | Git image tag (immutable tags are recommended) | `2.42.0-debian-11-r0` | | `gitImage.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `gitImage.pullPolicy` | Git image pull policy | `IfNotPresent` | | `gitImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/os-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r40` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r43` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/deepspeed/values.yaml b/bitnami/deepspeed/values.yaml index a7e1f127bc..142e3031bf 100644 --- a/bitnami/deepspeed/values.yaml +++ b/bitnami/deepspeed/values.yaml @@ -74,7 +74,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/deepspeed - tag: 0.10.0-debian-11-r31 + tag: 0.10.1-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -977,7 +977,7 @@ worker: gitImage: registry: docker.io repository: bitnami/git - tag: 2.41.0-debian-11-r74 + tag: 2.42.0-debian-11-r0 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -1005,7 +1005,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r40 + tag: 11-debian-11-r43 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.