[bitnami/deepspeed] Release 1.2.5 (#19903)

* [bitnami/deepspeed] Release 1.2.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@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>
This commit is contained in:
Bitnami Bot
2023-10-09 23:42:15 +02:00
committed by GitHub
parent e04e360da9
commit f96288d886
3 changed files with 35 additions and 35 deletions

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: deepspeed
image: docker.io/bitnami/deepspeed:0.10.3-debian-11-r0
image: docker.io/bitnami/deepspeed:0.10.3-debian-11-r19
- name: git
image: docker.io/bitnami/git:2.42.0-debian-11-r20
image: docker.io/bitnami/git:2.42.0-debian-11-r41
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r63
image: docker.io/bitnami/os-shell:11-debian-11-r89
apiVersion: v2
appVersion: 0.10.3
dependencies:
@@ -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.2.4
version: 1.2.5

View File

@@ -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.3-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 | `""` |
| 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.3-debian-11-r19` |
| `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.42.0-debian-11-r20` |
| `gitImage.tag` | Git image tag (immutable tags are recommended) | `2.42.0-debian-11-r41` |
| `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-r63` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r89` |
| `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 | `[]` |

View File

@@ -74,7 +74,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/deepspeed
tag: 0.10.3-debian-11-r0
tag: 0.10.3-debian-11-r19
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.42.0-debian-11-r20
tag: 2.42.0-debian-11-r41
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-r63
tag: 11-debian-11-r89
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.