From c5e5e7e2f1dde06d5f77eb0daf60b7dca74672be Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 2 Aug 2023 20:17:33 +0200 Subject: [PATCH] [bitnami/jupyterhub] Release 4.1.8 (#18145) * [bitnami/jupyterhub] Release 4.1.8 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/jupyterhub/Chart.lock | 6 +++--- bitnami/jupyterhub/Chart.yaml | 2 +- bitnami/jupyterhub/README.md | 8 ++++---- bitnami/jupyterhub/values.yaml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bitnami/jupyterhub/Chart.lock b/bitnami/jupyterhub/Chart.lock index 9740f0eb4a..80cdb15d3e 100644 --- a/bitnami/jupyterhub/Chart.lock +++ b/bitnami/jupyterhub/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.6.5 + version: 12.8.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.6.0 -digest: sha256:f73912bccedb4db89a087faedbe6ab9669acd9ad4fbc659e848f63a6b3340483 -generated: "2023-07-13T12:44:33.279793451Z" +digest: sha256:a84830653a2c3999f9d985c7b6a1304dcaeb85f5099bc10e9742df4671bbfbe9 +generated: "2023-08-02T18:09:11.920638283Z" diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index acc3c9cfed..ed5f776e26 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: jupyterhub sources: - https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub -version: 4.1.7 +version: 4.1.8 diff --git a/bitnami/jupyterhub/README.md b/bitnami/jupyterhub/README.md index 1495b2f246..c903450070 100644 --- a/bitnami/jupyterhub/README.md +++ b/bitnami/jupyterhub/README.md @@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- | | `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.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 | `[]` | @@ -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-r33` | +| `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.5-debian-11-r115` | | `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-r11` | +| `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `4.0.1-debian-11-r44` | | `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-r2` | +| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r25` | | `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 | `[]` | diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml index 006748117d..46561794bc 100644 --- a/bitnami/jupyterhub/values.yaml +++ b/bitnami/jupyterhub/values.yaml @@ -71,7 +71,7 @@ hub: image: registry: docker.io repository: bitnami/jupyterhub - tag: 4.0.1-debian-11-r12 + tag: 4.0.1-debian-11-r46 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-r33 + tag: 4.5.5-debian-11-r115 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-r11 + tag: 4.0.1-debian-11-r44 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-r2 + tag: 11-debian-11-r25 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.