[bitnami/jupyterhub] Release 4.1.8 (#18145)

* [bitnami/jupyterhub] Release 4.1.8 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-02 20:17:33 +02:00
committed by GitHub
parent f02b46777a
commit c5e5e7e2f1
4 changed files with 12 additions and 12 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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.