[bitnami/jupyterhub] Release 3.0.3 (#13732)

* [bitnami/jupyterhub] Release 3.0.3 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
2022-11-29 10:18:54 +01:00
committed by GitHub
parent d6610ae391
commit 87fa2d3e5b
4 changed files with 85 additions and 85 deletions

View File

@@ -1,9 +1,9 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.0.0 version: 12.1.2
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 2.1.1 version: 2.2.1
digest: sha256:1ee1ea6d2119eba26415692142d299c73bee9079a5525d4ee6e368bd6b1eef78 digest: sha256:f480c521a39b467035fca8707a62cca597710c3a30274a02a79a616bf1762482
generated: "2022-10-30T08:38:47.966295449Z" generated: "2022-11-26T12:08:37.954142227Z"

View File

@@ -26,4 +26,4 @@ name: jupyterhub
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub - https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub
- https://github.com/jupyterhub/jupyterhub - https://github.com/jupyterhub/jupyterhub
version: 3.0.2 version: 3.0.3

View File

@@ -83,79 +83,79 @@ The command removes all the Kubernetes components associated with the chart and
### Hub deployment parameters ### Hub deployment parameters
| Name | Description | Value | | Name | Description | Value |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- | | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
| `hub.image.registry` | Hub image registry | `docker.io` | | `hub.image.registry` | Hub image registry | `docker.io` |
| `hub.image.repository` | Hub image repository | `bitnami/jupyterhub` | | `hub.image.repository` | Hub image repository | `bitnami/jupyterhub` |
| `hub.image.tag` | Hub image tag (immutable tags are recommended) | `3.0.0-debian-11-r0` | | `hub.image.tag` | Hub image tag (immutable tags are recommended) | `3.0.0-debian-11-r20` |
| `hub.image.digest` | Hub image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Hub image pull policy | `IfNotPresent` |
| `hub.image.pullSecrets` | Hub image pull secrets | `[]` | | `hub.image.pullSecrets` | Hub image pull secrets | `[]` |
| `hub.baseUrl` | Hub base URL | `/` | | `hub.baseUrl` | Hub base URL | `/` |
| `hub.adminUser` | Hub Dummy authenticator admin user | `user` | | `hub.adminUser` | Hub Dummy authenticator admin user | `user` |
| `hub.password` | Hub Dummy authenticator password | `""` | | `hub.password` | Hub Dummy authenticator password | `""` |
| `hub.configuration` | Hub configuration file (to be used by jupyterhub_config.py) | `""` | | `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.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.existingSecret` | Secret with hub configuration (replaces the hub.configuration value) and proxy token | `""` |
| `hub.command` | Override Hub default command | `[]` | | `hub.command` | Override Hub default command | `[]` |
| `hub.args` | Override Hub default args | `[]` | | `hub.args` | Override Hub default args | `[]` |
| `hub.extraEnvVars` | Add extra environment variables to the Hub container | `[]` | | `hub.extraEnvVars` | Add extra environment variables to the Hub container | `[]` |
| `hub.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` | | `hub.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
| `hub.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` | | `hub.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
| `hub.containerPorts.http` | Hub container port | `8081` | | `hub.containerPorts.http` | Hub container port | `8081` |
| `hub.startupProbe.enabled` | Enable startupProbe on Hub containers | `true` | | `hub.startupProbe.enabled` | Enable startupProbe on Hub containers | `true` |
| `hub.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` | | `hub.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` |
| `hub.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | | `hub.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
| `hub.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` | | `hub.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` |
| `hub.startupProbe.failureThreshold` | Failure threshold for startupProbe | `30` | | `hub.startupProbe.failureThreshold` | Failure threshold for startupProbe | `30` |
| `hub.startupProbe.successThreshold` | Success threshold for startupProbe | `1` | | `hub.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `hub.livenessProbe.enabled` | Enable livenessProbe on Hub containers | `true` | | `hub.livenessProbe.enabled` | Enable livenessProbe on Hub containers | `true` |
| `hub.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` | | `hub.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` |
| `hub.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | | `hub.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `hub.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `3` | | `hub.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `3` |
| `hub.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `30` | | `hub.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `30` |
| `hub.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | | `hub.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `hub.readinessProbe.enabled` | Enable readinessProbe on Hub containers | `true` | | `hub.readinessProbe.enabled` | Enable readinessProbe on Hub containers | `true` |
| `hub.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` | | `hub.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` |
| `hub.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` | | `hub.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
| `hub.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` | | `hub.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` |
| `hub.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `30` | | `hub.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `30` |
| `hub.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | | `hub.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `hub.customStartupProbe` | Override default startup probe | `{}` | | `hub.customStartupProbe` | Override default startup probe | `{}` |
| `hub.customLivenessProbe` | Override default liveness probe | `{}` | | `hub.customLivenessProbe` | Override default liveness probe | `{}` |
| `hub.customReadinessProbe` | Override default readiness probe | `{}` | | `hub.customReadinessProbe` | Override default readiness probe | `{}` |
| `hub.resources.limits` | The resources limits for the Hub containers | `{}` | | `hub.resources.limits` | The resources limits for the Hub containers | `{}` |
| `hub.resources.requests` | The requested resources 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.enabled` | Enabled Hub containers' Security Context | `true` |
| `hub.containerSecurityContext.runAsUser` | Set Hub container's Security Context runAsUser | `1000` | | `hub.containerSecurityContext.runAsUser` | Set Hub container's Security Context runAsUser | `1000` |
| `hub.containerSecurityContext.runAsNonRoot` | Set Hub container's Security Context runAsNonRoot | `true` | | `hub.containerSecurityContext.runAsNonRoot` | Set Hub container's Security Context runAsNonRoot | `true` |
| `hub.podSecurityContext.enabled` | Enabled Hub pods' Security Context | `true` | | `hub.podSecurityContext.enabled` | Enabled Hub pods' Security Context | `true` |
| `hub.podSecurityContext.fsGroup` | Set Hub pod's Security Context fsGroup | `1001` | | `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.lifecycleHooks` | LifecycleHooks for the Hub container to automate configuration before or after startup | `{}` |
| `hub.hostAliases` | Add deployment host aliases | `[]` | | `hub.hostAliases` | Add deployment host aliases | `[]` |
| `hub.podLabels` | Add extra labels to the Hub pods | `{}` | | `hub.podLabels` | Add extra labels to the Hub pods | `{}` |
| `hub.podAnnotations` | Add extra annotations 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.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.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.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.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.nodeAffinityPreset.values` | Node label values to match. Ignored if `hub.affinity` is set | `[]` |
| `hub.affinity` | Affinity for pod assignment. | `{}` | | `hub.affinity` | Affinity for pod assignment. | `{}` |
| `hub.nodeSelector` | Node labels for pod assignment. | `{}` | | `hub.nodeSelector` | Node labels for pod assignment. | `{}` |
| `hub.tolerations` | Tolerations 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.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
| `hub.priorityClassName` | Priority Class Name | `""` | | `hub.priorityClassName` | Priority Class Name | `""` |
| `hub.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` | | `hub.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` |
| `hub.terminationGracePeriodSeconds` | Seconds Hub pod needs to terminate gracefully | `""` | | `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.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
| `hub.updateStrategy.rollingUpdate` | Hub deployment rolling update configuration parameters | `{}` | | `hub.updateStrategy.rollingUpdate` | Hub deployment rolling update configuration parameters | `{}` |
| `hub.extraVolumes` | Optionally specify extra list of additional volumes for Hub pods | `[]` | | `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.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Hub container(s) | `[]` |
| `hub.initContainers` | Add additional init containers to the Hub pods | `[]` | | `hub.initContainers` | Add additional init containers to the Hub pods | `[]` |
| `hub.sidecars` | Add additional sidecar containers to the Hub pod | `[]` | | `hub.sidecars` | Add additional sidecar containers to the Hub pod | `[]` |
| `hub.pdb.create` | Deploy Hub PodDisruptionBudget | `false` | | `hub.pdb.create` | Deploy Hub PodDisruptionBudget | `false` |
| `hub.pdb.minAvailable` | Set minimum available hub instances | `""` | | `hub.pdb.minAvailable` | Set minimum available hub instances | `""` |
| `hub.pdb.maxUnavailable` | Set maximum available hub instances | `""` | | `hub.pdb.maxUnavailable` | Set maximum available hub instances | `""` |
### Hub RBAC parameters ### Hub RBAC parameters
@@ -215,7 +215,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------- | | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------- |
| `proxy.image.registry` | Proxy image registry | `docker.io` | | `proxy.image.registry` | Proxy image registry | `docker.io` |
| `proxy.image.repository` | Proxy image repository | `bitnami/configurable-http-proxy` | | `proxy.image.repository` | Proxy image repository | `bitnami/configurable-http-proxy` |
| `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.3-debian-11-r6` | | `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.3-debian-11-r25` |
| `proxy.image.digest` | Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Proxy image pull policy | `IfNotPresent` |
| `proxy.image.pullSecrets` | Proxy image pull secrets | `[]` | | `proxy.image.pullSecrets` | Proxy image pull secrets | `[]` |
@@ -408,7 +408,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ | | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| `singleuser.image.registry` | Single User image registry | `docker.io` | | `singleuser.image.registry` | Single User image registry | `docker.io` |
| `singleuser.image.repository` | Single User image repository | `bitnami/jupyter-base-notebook` | | `singleuser.image.repository` | Single User image repository | `bitnami/jupyter-base-notebook` |
| `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `3.0.0-debian-11-r0` | | `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `3.0.0-debian-11-r20` |
| `singleuser.image.digest` | Single User image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Single User image pull policy | `IfNotPresent` |
| `singleuser.image.pullSecrets` | Single User image pull secrets | `[]` | | `singleuser.image.pullSecrets` | Single User image pull secrets | `[]` |
@@ -472,7 +472,7 @@ The command removes all the Kubernetes components associated with the chart and
| ---------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- | | ---------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------- |
| `auxiliaryImage.registry` | Auxiliary image registry | `docker.io` | | `auxiliaryImage.registry` | Auxiliary image registry | `docker.io` |
| `auxiliaryImage.repository` | Auxiliary image repository | `bitnami/bitnami-shell` | | `auxiliaryImage.repository` | Auxiliary image repository | `bitnami/bitnami-shell` |
| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r37` | | `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r55` |
| `auxiliaryImage.digest` | Auxiliary image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Auxiliary image pull policy | `IfNotPresent` |
| `auxiliaryImage.pullSecrets` | Auxiliary image pull secrets | `[]` | | `auxiliaryImage.pullSecrets` | Auxiliary image pull secrets | `[]` |

View File

@@ -68,7 +68,7 @@ hub:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/jupyterhub repository: bitnami/jupyterhub
tag: 3.0.0-debian-11-r11 tag: 3.0.0-debian-11-r20
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -636,7 +636,7 @@ proxy:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/configurable-http-proxy repository: bitnami/configurable-http-proxy
tag: 4.5.3-debian-11-r16 tag: 4.5.3-debian-11-r25
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1392,7 +1392,7 @@ singleuser:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/jupyter-base-notebook repository: bitnami/jupyter-base-notebook
tag: 3.0.0-debian-11-r11 tag: 3.0.0-debian-11-r20
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1576,7 +1576,7 @@ singleuser:
auxiliaryImage: auxiliaryImage:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/bitnami-shell
tag: 11-debian-11-r46 tag: 11-debian-11-r55
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.