mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/deepspeed] Detect non-standard images (#30875)
* [bitnami/deepspeed] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Update NOTES.txt Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Update CHANGELOG.md 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: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
79753007a9
commit
8351a22821
@@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.2.28 (2024-12-06)
|
## 2.3.0 (2024-12-10)
|
||||||
|
|
||||||
* [bitnami/deepspeed] Release 2.2.28 ([#30813](https://github.com/bitnami/charts/pull/30813))
|
* [bitnami/deepspeed] Detect non-standard images ([#30875](https://github.com/bitnami/charts/pull/30875))
|
||||||
|
|
||||||
|
## <small>2.2.28 (2024-12-06)</small>
|
||||||
|
|
||||||
|
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
|
||||||
|
* [bitnami/deepspeed] Release 2.2.28 (#30813) ([c1702df](https://github.com/bitnami/charts/commit/c1702df266af754d4334c49caaac69100516a526)), closes [#30813](https://github.com/bitnami/charts/issues/30813)
|
||||||
|
|
||||||
## <small>2.2.27 (2024-11-26)</small>
|
## <small>2.2.27 (2024-11-26)</small>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.27.2
|
version: 2.28.0
|
||||||
digest: sha256:6fd86cc5a4b5094abca1f23c8ec064e75e51eceaded94a5e20977274b2abb576
|
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
|
||||||
generated: "2024-12-06T02:53:48.036330214Z"
|
generated: "2024-12-10T16:54:01.218023+01:00"
|
||||||
|
|||||||
@@ -35,4 +35,4 @@ name: deepspeed
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/deepspeed
|
- https://github.com/bitnami/charts/tree/main/bitnami/deepspeed
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
|
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
|
||||||
version: 2.2.28
|
version: 2.3.0
|
||||||
|
|||||||
@@ -181,13 +181,14 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
|||||||
|
|
||||||
### Global parameters
|
### Global parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
|
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
|
||||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||||
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
|
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
|
||||||
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
|
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
|
||||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
|
||||||
|
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
||||||
|
|
||||||
### Common parameters
|
### Common parameters
|
||||||
|
|
||||||
@@ -506,6 +507,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
|||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
|
### To 2.3.0
|
||||||
|
|
||||||
|
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
|
||||||
|
|
||||||
### To 2.0.0
|
### To 2.0.0
|
||||||
|
|
||||||
This major bump changes the following security defaults:
|
This major bump changes the following security defaults:
|
||||||
|
|||||||
@@ -79,4 +79,5 @@ Then configure your SSH client to use that key.
|
|||||||
{{ include "deepspeed.v0.validateValues" . }}
|
{{ include "deepspeed.v0.validateValues" . }}
|
||||||
{{ include "deepspeed.v0.checkRollingTags" . }}
|
{{ include "deepspeed.v0.checkRollingTags" . }}
|
||||||
{{- include "common.warnings.resources" (dict "sections" (list "client" "volumePermissions" "worker") "context" $) }}
|
{{- include "common.warnings.resources" (dict "sections" (list "client" "volumePermissions" "worker") "context" $) }}
|
||||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image) "context" $) }}
|
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image) "context" $) }}
|
||||||
|
{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.gitImage .Values.volumePermissions.image) "context" $) }}
|
||||||
|
|||||||
@@ -21,6 +21,11 @@ global:
|
|||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
defaultStorageClass: ""
|
defaultStorageClass: ""
|
||||||
storageClass: ""
|
storageClass: ""
|
||||||
|
## Security parameters
|
||||||
|
##
|
||||||
|
security:
|
||||||
|
## @param global.security.allowInsecureImages Allows skipping image verification
|
||||||
|
allowInsecureImages: false
|
||||||
## Compatibility adaptations for Kubernetes platforms
|
## Compatibility adaptations for Kubernetes platforms
|
||||||
##
|
##
|
||||||
compatibility:
|
compatibility:
|
||||||
|
|||||||
Reference in New Issue
Block a user