[bitnami/jupyterhub] Release 3.0.12 (#15666)

* [bitnami/jupyterhub] Release 3.0.12 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-03-22 06:01:04 +01:00
committed by GitHub
parent 07a97e0641
commit afd9c34642
4 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.1
version: 12.2.5
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.3
digest: sha256:0582005efc12c1e59627cca740f44e1c6b9508dec87645925c00a913f7006f40
generated: "2023-02-27T01:16:35.261538718Z"
version: 2.2.4
digest: sha256:cf432bf2ca41c2544ace69033c0cbf8590b5a61dd34fb23e1caadfca5bf52acf
generated: "2023-03-22T02:37:39.547573915Z"

View File

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

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) | `3.1.1-debian-11-r11` |
| `hub.image.tag` | Hub image tag (immutable tags are recommended) | `3.1.1-debian-11-r17` |
| `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.4-debian-11-r29` |
| `proxy.image.tag` | Proxy image tag (immutable tags are recommended) | `4.5.4-debian-11-r36` |
| `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 | `[]` |
@@ -398,7 +398,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) | `3.1.1-debian-11-r12` |
| `singleuser.image.tag` | Single User image tag (immutabe tags are recommended) | `3.1.1-debian-11-r18` |
| `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 | `[]` |
@@ -458,7 +458,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/bitnami-shell` |
| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r90` |
| `auxiliaryImage.tag` | Auxiliary image tag (immutabe tags are recommended) | `11-debian-11-r99` |
| `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 | `[]` |
@@ -586,4 +586,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -68,7 +68,7 @@ hub:
image:
registry: docker.io
repository: bitnami/jupyterhub
tag: 3.1.1-debian-11-r11
tag: 3.1.1-debian-11-r17
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -636,7 +636,7 @@ proxy:
image:
registry: docker.io
repository: bitnami/configurable-http-proxy
tag: 4.5.4-debian-11-r29
tag: 4.5.4-debian-11-r36
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1392,7 +1392,7 @@ singleuser:
image:
registry: docker.io
repository: bitnami/jupyter-base-notebook
tag: 3.1.1-debian-11-r12
tag: 3.1.1-debian-11-r18
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1576,7 +1576,7 @@ singleuser:
auxiliaryImage:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r90
tag: 11-debian-11-r99
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.