diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index f47155a7f7..bcefc83e1c 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -26,4 +26,4 @@ name: jupyterhub sources: - https://github.com/bitnami/bitnami-docker-jupyterhub - https://github.com/jupyterhub/jupyterhub -version: 1.1.1 +version: 1.1.2 diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml index 0956f6d4d2..2ed72597ee 100644 --- a/bitnami/jupyterhub/values.yaml +++ b/bitnami/jupyterhub/values.yaml @@ -67,7 +67,7 @@ hub: image: registry: docker.io repository: bitnami/jupyterhub - tag: 1.5.0-debian-10-r119 + tag: 1.5.0-debian-10-r120 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -626,7 +626,7 @@ proxy: image: registry: docker.io repository: bitnami/configurable-http-proxy - tag: 4.5.1-debian-10-r22 + tag: 4.5.1-debian-10-r23 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1348,7 +1348,7 @@ singleuser: image: registry: docker.io repository: bitnami/jupyter-base-notebook - tag: 1.5.0-debian-10-r120 + tag: 1.5.0-debian-10-r121 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1530,7 +1530,7 @@ singleuser: auxiliaryImage: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r367 + tag: 10-debian-10-r368 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.