[bitnami/jupyterhub] Release 4.1.9 (#18361)

* [bitnami/jupyterhub] Release 4.1.9 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-08-10 21:19:06 +02:00
committed by GitHub
parent c6c51141e6
commit 9ac520ed19
4 changed files with 109 additions and 100 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.0
version: 12.8.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.6.0
digest: sha256:a84830653a2c3999f9d985c7b6a1304dcaeb85f5099bc10e9742df4671bbfbe9
generated: "2023-08-02T18:09:11.920638283Z"
version: 2.8.0
digest: sha256:3f586299c7df599785ef207e0390d3edd1221a5715a2946b2f5f5fdea2e2bfea
generated: "2023-08-10T19:11:59.591994372Z"

View File

@@ -4,28 +4,37 @@
annotations:
category: MachineLearning
licenses: Apache-2.0
images: |
- name: configurable-http-proxy
image: docker.io/bitnami/configurable-http-proxy:4.5.5-debian-11-r124
- name: jupyter-base-notebook
image: docker.io/bitnami/jupyter-base-notebook:4.0.1-debian-11-r50
- name: jupyterhub
image: docker.io/bitnami/jupyterhub:4.0.2-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r34
apiVersion: v2
appVersion: 4.0.1
appVersion: 4.0.2
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: JupyterHub brings the power of notebooks to groups of users. It gives users access to computational environments and resources without burdening the users with installation and maintenance tasks.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/jupyterhub/img/jupyterhub-stack-220x234.png
keywords:
- python
- scientific
- python
- scientific
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: jupyterhub
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
version: 4.1.8
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
version: 4.1.9

View File

@@ -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-r46` |
| `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.2-debian-11-r0` |
| `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-r115` |
| `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.5-debian-11-r124` |
| `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-r44` |
| `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `4.0.1-debian-11-r50` |
| `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 | `[]` |
@@ -467,7 +467,7 @@ The command removes all the Kubernetes components associated with the chart and
| ---------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------ |
| `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-r25` |
| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r34` |
| `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 | `[]` |

View File

@@ -71,7 +71,7 @@ hub:
image:
registry: docker.io
repository: bitnami/jupyterhub
tag: 4.0.1-debian-11-r46
tag: 4.0.2-debian-11-r0
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-r115
tag: 4.5.5-debian-11-r124
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-r44
tag: 4.0.1-debian-11-r50
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1600,7 +1600,7 @@ singleuser:
auxiliaryImage:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r25
tag: 11-debian-11-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.