mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
[bitnami/jupyterhub] Detect non-standard images (#30904)
* [bitnami/jupyterhub] Detect non-standard images 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> * Update NOTES.txt Signed-off-by: Carlos Rodríguez Hernández <carlosrh@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:
committed by
GitHub
parent
6ee9c49966
commit
68c74f9cba
@@ -1,8 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 8.0.1 (2024-11-09)
|
## 8.1.0 (2024-12-10)
|
||||||
|
|
||||||
* [bitnami/jupyterhub] Release 8.0.1 ([#30372](https://github.com/bitnami/charts/pull/30372))
|
* [bitnami/jupyterhub] Detect non-standard images ([#30904](https://github.com/bitnami/charts/pull/30904))
|
||||||
|
|
||||||
|
## <small>8.0.1 (2024-11-09)</small>
|
||||||
|
|
||||||
|
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
|
||||||
|
* [bitnami/jupyterhub] Release 8.0.1 (#30372) ([93410df](https://github.com/bitnami/charts/commit/93410df4913539709dce0b1f0ce450ab414650b9)), closes [#30372](https://github.com/bitnami/charts/issues/30372)
|
||||||
|
* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931)
|
||||||
|
|
||||||
## 8.0.0 (2024-10-03)
|
## 8.0.0 (2024-10-03)
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 16.1.2
|
version: 16.2.5
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.27.0
|
version: 2.28.0
|
||||||
digest: sha256:cc19997cacee2563257a397ad49cb403c5971e5ad1d7a28a3453bca753bf2694
|
digest: sha256:9c2ce8b298e807bc8141682773027cc3b0c62feec6933d315f9f181a4dabe862
|
||||||
generated: "2024-11-09T07:55:16.985719417Z"
|
generated: "2024-12-10T17:05:54.824776+01:00"
|
||||||
|
|||||||
@@ -37,4 +37,4 @@ maintainers:
|
|||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
|
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
|
||||||
version: 8.0.1
|
version: 8.1.0
|
||||||
|
|||||||
@@ -347,13 +347,14 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con
|
|||||||
|
|
||||||
### 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
|
||||||
|
|
||||||
@@ -870,6 +871,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
|||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
|
### To 8.1.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 8.0.0
|
### To 8.0.0
|
||||||
|
|
||||||
This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
|
This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
|
||||||
|
|||||||
@@ -64,4 +64,5 @@ Did you know there are enterprise versions of the Bitnami catalog? For enhanced
|
|||||||
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
|
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
|
||||||
{{- include "jupyterhub.validateValues" . }}
|
{{- include "jupyterhub.validateValues" . }}
|
||||||
{{- include "common.warnings.resources" (dict "sections" (list "hub" "imagePuller" "proxy" "singleuser") "context" $) }}
|
{{- include "common.warnings.resources" (dict "sections" (list "hub" "imagePuller" "proxy" "singleuser") "context" $) }}
|
||||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.hub.image .Values.proxy.image .Values.singleuser.image .Values.auxiliaryImage) "context" $) }}
|
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.hub.image .Values.proxy.image .Values.singleuser.image .Values.auxiliaryImage) "context" $) }}
|
||||||
|
{{- include "common.errors.insecureImages" (dict "images" (list .Values.hub.image .Values.proxy.image .Values.singleuser.image .Values.auxiliaryImage) "context" $) }}
|
||||||
|
|||||||
@@ -20,6 +20,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