Skip to content

Commit

Permalink
Merge pull request #59 from UNINETTSigma2/jupyterhub-20240301
Browse files Browse the repository at this point in the history
Upgrade JupyterHub singleuser image
  • Loading branch information
sirikal authored Mar 1, 2024
2 parents d2ac416 + 2337d10 commit a9f8770
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion repos/stable/jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Multi-user Jupyter installation with Dataporten integration
name: jupyterhub
icon: https://jupyterhub.readthedocs.io/en/stable/_static/logo.png
version: 1.4.4
version: 1.5.0
maintainers:
- name: Sigma2 AS
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion repos/stable/jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group, or a scientific research group.
### Advanced
This application uses the following Dockerfile:
- [Jupyter Hub Server](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/4a4b359/jupyterhub/server/Dockerfile)
- [User Notebook Server](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/fbbf65f/jupyterhub/singleuser/Dockerfile)
- [User Notebook Server](https://github.com/UNINETTSigma2/helm-charts-dockerfiles/blob/21d3e398c4e364cb432d9fd08ef8aa68dc9fae23/jupyterhub/singleuser/Dockerfile)


#### Values
Expand Down
4 changes: 2 additions & 2 deletions repos/stable/jupyterhub/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ properties:
type: string
description: "Which image to use when spawning the ipyparallel workers."
examples:
- quay.io/nird-toolkit/jupyterhub-singleuser:20221107-1ada53a
- sigma2as/jupyterhub-singleuser:20240301-21d3e39
resources:
type: object
properties:
Expand Down Expand Up @@ -150,7 +150,7 @@ properties:
description: "Which docker image to use when spawning user notebooks."
type: string
examples:
- quay.io/nird-toolkit/jupyterhub-singleuser:20221107-1ada53a
- sigma2as/jupyterhub-singleuser:20240301-21d3e39
vnc:
description: "Make a VNC server available to each user"
type: object
Expand Down
4 changes: 2 additions & 2 deletions repos/stable/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ advanced:
ipyparallel:
enabled: false
workers: 2
image: "quay.io/nird-toolkit/jupyterhub-singleuser:20221107-1ada53a"
image: "sigma2as/jupyterhub-singleuser:20240301-21d3e39"
resources:
requests:
cpu: "1"
Expand Down Expand Up @@ -96,7 +96,7 @@ advanced:
enabled: false
minioRootUser: "rootuserexample"
minioRootPassword: "rootpasswordexample"
userImage: quay.io/nird-toolkit/jupyterhub-singleuser:20221107-1ada53a
userImage: sigma2as/jupyterhub-singleuser:20240301-21d3e39
appstore_generated_data:
appstore_meta_data:
contact_email: "[email protected]"
Expand Down

0 comments on commit a9f8770

Please sign in to comment.