mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/jupyterhub] Release 4.1.7 (#17678)
* [bitnami/jupyterhub] Release 4.1.7 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:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.5.8
|
||||
version: 12.6.5
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.4.0
|
||||
digest: sha256:a21917709a2b9e862261879f5cb4f894a31a9ab365462dbc182a8c36a19ecf6a
|
||||
generated: "2023-06-27T04:33:49.726709665Z"
|
||||
version: 2.6.0
|
||||
digest: sha256:f73912bccedb4db89a087faedbe6ab9669acd9ad4fbc659e848f63a6b3340483
|
||||
generated: "2023-07-13T12:44:33.279793451Z"
|
||||
|
||||
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: jupyterhub
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
|
||||
version: 4.1.6
|
||||
version: 4.1.7
|
||||
|
||||
@@ -81,79 +81,79 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Hub deployment parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- |
|
||||
| `hub.image.registry` | Hub image registry | `docker.io` |
|
||||
| `hub.image.repository` | Hub image repository | `bitnami/jupyterhub` |
|
||||
| `hub.image.tag` | Hub image tag (immutable tags are recommended) | `4.0.1-debian-11-r7` |
|
||||
| `hub.image.digest` | Hub image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `hub.image.pullPolicy` | Hub image pull policy | `IfNotPresent` |
|
||||
| `hub.image.pullSecrets` | Hub image pull secrets | `[]` |
|
||||
| `hub.baseUrl` | Hub base URL | `/` |
|
||||
| `hub.adminUser` | Hub Dummy authenticator admin user | `user` |
|
||||
| `hub.password` | Hub Dummy authenticator password | `""` |
|
||||
| `hub.configuration` | Hub configuration file (to be used by jupyterhub_config.py) | `""` |
|
||||
| `hub.existingConfigmap` | Configmap with Hub init scripts (replaces the scripts in templates/hub/configmap.yml) | `""` |
|
||||
| `hub.existingSecret` | Secret with hub configuration (replaces the hub.configuration value) and proxy token | `""` |
|
||||
| `hub.command` | Override Hub default command | `[]` |
|
||||
| `hub.args` | Override Hub default args | `[]` |
|
||||
| `hub.extraEnvVars` | Add extra environment variables to the Hub container | `[]` |
|
||||
| `hub.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
|
||||
| `hub.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
|
||||
| `hub.containerPorts.http` | Hub container port | `8081` |
|
||||
| `hub.startupProbe.enabled` | Enable startupProbe on Hub containers | `true` |
|
||||
| `hub.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` |
|
||||
| `hub.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `hub.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` |
|
||||
| `hub.startupProbe.failureThreshold` | Failure threshold for startupProbe | `30` |
|
||||
| `hub.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `hub.livenessProbe.enabled` | Enable livenessProbe on Hub containers | `true` |
|
||||
| `hub.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` |
|
||||
| `hub.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `hub.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `3` |
|
||||
| `hub.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `30` |
|
||||
| `hub.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `hub.readinessProbe.enabled` | Enable readinessProbe on Hub containers | `true` |
|
||||
| `hub.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` |
|
||||
| `hub.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `hub.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` |
|
||||
| `hub.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `30` |
|
||||
| `hub.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `hub.customStartupProbe` | Override default startup probe | `{}` |
|
||||
| `hub.customLivenessProbe` | Override default liveness probe | `{}` |
|
||||
| `hub.customReadinessProbe` | Override default readiness probe | `{}` |
|
||||
| `hub.resources.limits` | The resources limits for the Hub containers | `{}` |
|
||||
| `hub.resources.requests` | The requested resources for the Hub containers | `{}` |
|
||||
| `hub.containerSecurityContext.enabled` | Enabled Hub containers' Security Context | `true` |
|
||||
| `hub.containerSecurityContext.runAsUser` | Set Hub container's Security Context runAsUser | `1000` |
|
||||
| `hub.containerSecurityContext.runAsNonRoot` | Set Hub container's Security Context runAsNonRoot | `true` |
|
||||
| `hub.podSecurityContext.enabled` | Enabled Hub pods' Security Context | `true` |
|
||||
| `hub.podSecurityContext.fsGroup` | Set Hub pod's Security Context fsGroup | `1001` |
|
||||
| `hub.lifecycleHooks` | LifecycleHooks for the Hub container to automate configuration before or after startup | `{}` |
|
||||
| `hub.hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `hub.podLabels` | Add extra labels to the Hub pods | `{}` |
|
||||
| `hub.podAnnotations` | Add extra annotations to the Hub pods | `{}` |
|
||||
| `hub.podAffinityPreset` | Pod affinity preset. Ignored if `hub.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `hub.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `hub.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `hub.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `hub.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `hub.nodeAffinityPreset.key` | Node label key to match. Ignored if `hub.affinity` is set | `""` |
|
||||
| `hub.nodeAffinityPreset.values` | Node label values to match. Ignored if `hub.affinity` is set | `[]` |
|
||||
| `hub.affinity` | Affinity for pod assignment. | `{}` |
|
||||
| `hub.nodeSelector` | Node labels for pod assignment. | `{}` |
|
||||
| `hub.tolerations` | Tolerations for pod assignment. | `[]` |
|
||||
| `hub.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `hub.priorityClassName` | Priority Class Name | `""` |
|
||||
| `hub.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` |
|
||||
| `hub.terminationGracePeriodSeconds` | Seconds Hub pod needs to terminate gracefully | `""` |
|
||||
| `hub.updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
|
||||
| `hub.updateStrategy.rollingUpdate` | Hub deployment rolling update configuration parameters | `{}` |
|
||||
| `hub.extraVolumes` | Optionally specify extra list of additional volumes for Hub pods | `[]` |
|
||||
| `hub.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Hub container(s) | `[]` |
|
||||
| `hub.initContainers` | Add additional init containers to the Hub pods | `[]` |
|
||||
| `hub.sidecars` | Add additional sidecar containers to the Hub pod | `[]` |
|
||||
| `hub.pdb.create` | Deploy Hub PodDisruptionBudget | `false` |
|
||||
| `hub.pdb.minAvailable` | Set minimum available hub instances | `""` |
|
||||
| `hub.pdb.maxUnavailable` | Set maximum available hub instances | `""` |
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
|
||||
| `hub.image.registry` | Hub image registry | `docker.io` |
|
||||
| `hub.image.repository` | Hub image repository | `bitnami/jupyterhub` |
|
||||
| `hub.image.tag` | Hub image tag (immutable tags are recommended) | `4.0.1-debian-11-r12` |
|
||||
| `hub.image.digest` | Hub image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `hub.image.pullPolicy` | Hub image pull policy | `IfNotPresent` |
|
||||
| `hub.image.pullSecrets` | Hub image pull secrets | `[]` |
|
||||
| `hub.baseUrl` | Hub base URL | `/` |
|
||||
| `hub.adminUser` | Hub Dummy authenticator admin user | `user` |
|
||||
| `hub.password` | Hub Dummy authenticator password | `""` |
|
||||
| `hub.configuration` | Hub configuration file (to be used by jupyterhub_config.py) | `""` |
|
||||
| `hub.existingConfigmap` | Configmap with Hub init scripts (replaces the scripts in templates/hub/configmap.yml) | `""` |
|
||||
| `hub.existingSecret` | Secret with hub configuration (replaces the hub.configuration value) and proxy token | `""` |
|
||||
| `hub.command` | Override Hub default command | `[]` |
|
||||
| `hub.args` | Override Hub default args | `[]` |
|
||||
| `hub.extraEnvVars` | Add extra environment variables to the Hub container | `[]` |
|
||||
| `hub.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
|
||||
| `hub.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
|
||||
| `hub.containerPorts.http` | Hub container port | `8081` |
|
||||
| `hub.startupProbe.enabled` | Enable startupProbe on Hub containers | `true` |
|
||||
| `hub.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` |
|
||||
| `hub.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `hub.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` |
|
||||
| `hub.startupProbe.failureThreshold` | Failure threshold for startupProbe | `30` |
|
||||
| `hub.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `hub.livenessProbe.enabled` | Enable livenessProbe on Hub containers | `true` |
|
||||
| `hub.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` |
|
||||
| `hub.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `hub.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `3` |
|
||||
| `hub.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `30` |
|
||||
| `hub.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `hub.readinessProbe.enabled` | Enable readinessProbe on Hub containers | `true` |
|
||||
| `hub.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` |
|
||||
| `hub.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `hub.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` |
|
||||
| `hub.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `30` |
|
||||
| `hub.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `hub.customStartupProbe` | Override default startup probe | `{}` |
|
||||
| `hub.customLivenessProbe` | Override default liveness probe | `{}` |
|
||||
| `hub.customReadinessProbe` | Override default readiness probe | `{}` |
|
||||
| `hub.resources.limits` | The resources limits for the Hub containers | `{}` |
|
||||
| `hub.resources.requests` | The requested resources for the Hub containers | `{}` |
|
||||
| `hub.containerSecurityContext.enabled` | Enabled Hub containers' Security Context | `true` |
|
||||
| `hub.containerSecurityContext.runAsUser` | Set Hub container's Security Context runAsUser | `1000` |
|
||||
| `hub.containerSecurityContext.runAsNonRoot` | Set Hub container's Security Context runAsNonRoot | `true` |
|
||||
| `hub.podSecurityContext.enabled` | Enabled Hub pods' Security Context | `true` |
|
||||
| `hub.podSecurityContext.fsGroup` | Set Hub pod's Security Context fsGroup | `1001` |
|
||||
| `hub.lifecycleHooks` | LifecycleHooks for the Hub container to automate configuration before or after startup | `{}` |
|
||||
| `hub.hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `hub.podLabels` | Add extra labels to the Hub pods | `{}` |
|
||||
| `hub.podAnnotations` | Add extra annotations to the Hub pods | `{}` |
|
||||
| `hub.podAffinityPreset` | Pod affinity preset. Ignored if `hub.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `hub.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `hub.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `hub.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `hub.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `hub.nodeAffinityPreset.key` | Node label key to match. Ignored if `hub.affinity` is set | `""` |
|
||||
| `hub.nodeAffinityPreset.values` | Node label values to match. Ignored if `hub.affinity` is set | `[]` |
|
||||
| `hub.affinity` | Affinity for pod assignment. | `{}` |
|
||||
| `hub.nodeSelector` | Node labels for pod assignment. | `{}` |
|
||||
| `hub.tolerations` | Tolerations for pod assignment. | `[]` |
|
||||
| `hub.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `hub.priorityClassName` | Priority Class Name | `""` |
|
||||
| `hub.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` |
|
||||
| `hub.terminationGracePeriodSeconds` | Seconds Hub pod needs to terminate gracefully | `""` |
|
||||
| `hub.updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
|
||||
| `hub.updateStrategy.rollingUpdate` | Hub deployment rolling update configuration parameters | `{}` |
|
||||
| `hub.extraVolumes` | Optionally specify extra list of additional volumes for Hub pods | `[]` |
|
||||
| `hub.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Hub container(s) | `[]` |
|
||||
| `hub.initContainers` | Add additional init containers to the Hub pods | `[]` |
|
||||
| `hub.sidecars` | Add additional sidecar containers to the Hub pod | `[]` |
|
||||
| `hub.pdb.create` | Deploy Hub PodDisruptionBudget | `false` |
|
||||
| `hub.pdb.minAvailable` | Set minimum available hub instances | `""` |
|
||||
| `hub.pdb.maxUnavailable` | Set maximum available hub instances | `""` |
|
||||
|
||||
### Hub RBAC parameters
|
||||
|
||||
@@ -209,7 +209,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------- |
|
||||
| `proxy.image.registry` | Proxy image registry | `docker.io` |
|
||||
| `proxy.image.repository` | Proxy image repository | `bitnami/configurable-http-proxy` |
|
||||
| `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.5-debian-11-r28` |
|
||||
| `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.5-debian-11-r33` |
|
||||
| `proxy.image.digest` | Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `proxy.image.pullPolicy` | Proxy image pull policy | `IfNotPresent` |
|
||||
| `proxy.image.pullSecrets` | Proxy image pull secrets | `[]` |
|
||||
@@ -407,7 +407,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ |
|
||||
| `singleuser.image.registry` | Single User image registry | `docker.io` |
|
||||
| `singleuser.image.repository` | Single User image repository | `bitnami/jupyter-base-notebook` |
|
||||
| `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `4.0.1-debian-11-r6` |
|
||||
| `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `4.0.1-debian-11-r11` |
|
||||
| `singleuser.image.digest` | Single User image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `singleuser.image.pullPolicy` | Single User image pull policy | `IfNotPresent` |
|
||||
| `singleuser.image.pullSecrets` | Single User image pull secrets | `[]` |
|
||||
@@ -463,14 +463,14 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Auxiliary image parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ---------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- |
|
||||
| `auxiliaryImage.registry` | Auxiliary image registry | `docker.io` |
|
||||
| `auxiliaryImage.repository` | Auxiliary image repository | `bitnami/bitnami-shell` |
|
||||
| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r130` |
|
||||
| `auxiliaryImage.digest` | Auxiliary image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `auxiliaryImage.pullPolicy` | Auxiliary image pull policy | `IfNotPresent` |
|
||||
| `auxiliaryImage.pullSecrets` | Auxiliary image pull secrets | `[]` |
|
||||
| Name | Description | Value |
|
||||
| ---------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------ |
|
||||
| `auxiliaryImage.registry` | Auxiliary image registry | `docker.io` |
|
||||
| `auxiliaryImage.repository` | Auxiliary image repository | `bitnami/os-shell` |
|
||||
| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r2` |
|
||||
| `auxiliaryImage.digest` | Auxiliary image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `auxiliaryImage.pullPolicy` | Auxiliary image pull policy | `IfNotPresent` |
|
||||
| `auxiliaryImage.pullSecrets` | Auxiliary image pull secrets | `[]` |
|
||||
|
||||
### JupyterHub database parameters
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ hub:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jupyterhub
|
||||
tag: 4.0.1-debian-11-r7
|
||||
tag: 4.0.1-debian-11-r12
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -639,7 +639,7 @@ proxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/configurable-http-proxy
|
||||
tag: 4.5.5-debian-11-r28
|
||||
tag: 4.5.5-debian-11-r33
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1416,7 +1416,7 @@ singleuser:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jupyter-base-notebook
|
||||
tag: 4.0.1-debian-11-r6
|
||||
tag: 4.0.1-debian-11-r11
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1599,8 +1599,8 @@ singleuser:
|
||||
##
|
||||
auxiliaryImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r130
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r2
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user