Skip to content

Commit

Permalink
Update JupyterHub to 4.1.5 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
trispera authored Apr 11, 2024
1 parent 6c032b3 commit 452e318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
apiVersion: v2
name: jupyterhub
version: 1.1.1
appVersion: "4.0.2"
version: 1.1.5
appVersion: "4.1.5"
description: Multi-user Jupyter installation
Link to the repo https://github.com/CSCfi/helm-charts
keywords: [jupyter, jupyterhub, z2jh]
Expand Down
12 changes: 6 additions & 6 deletions charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ hub:
extraVolumeMounts: []
image:
name: quay.io/jupyterhub/k8s-hub
tag: "3.2.1"
tag: "3.3.6"
pullPolicy:
pullSecrets: []
resources: {}
Expand Down Expand Up @@ -266,7 +266,7 @@ proxy:
# tag is automatically bumped to new patch versions by the
# watch-dependencies.yaml workflow.
#
tag: "v2.10.7" # ref: https://hub.docker.com/_/traefik?tab=tags
tag: "v3.0" # ref: https://hub.docker.com/_/traefik?tab=tags
pullPolicy:
pullSecrets: []
hsts:
Expand Down Expand Up @@ -313,7 +313,7 @@ proxy:
allowPrivilegeEscalation: false
image:
name: quay.io/jupyterhub/k8s-secret-sync
tag: "3.2.1"
tag: "3.3.6"
pullPolicy:
pullSecrets: []
resources: {}
Expand Down Expand Up @@ -353,7 +353,7 @@ singleuser:
networkTools:
image:
name: quay.io/jupyterhub/k8s-network-tools
tag: "3.2.1"
tag: "3.3.6"
pullPolicy:
pullSecrets: []
resources: {}
Expand Down Expand Up @@ -405,7 +405,7 @@ singleuser:
storageAccessModes: [ReadWriteOnce]
image:
name: quay.io/jupyterhub/k8s-singleuser-sample
tag: "3.2.1"
tag: "3.3.6"
pullPolicy:
pullSecrets: []
startTimeout: 300
Expand Down Expand Up @@ -614,7 +614,7 @@ prePuller:
# image and the configuration below relates to the hook-image-awaiter Job
image:
name: quay.io/jupyterhub/k8s-image-awaiter
tag: "3.2.1"
tag: "3.3.6"
pullPolicy:
pullSecrets: []
containerSecurityContext:
Expand Down

0 comments on commit 452e318

Please sign in to comment.