-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from UNINETTSigma2/jupyterhub-20240301
Upgrade JupyterHub singleuser image
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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]" | ||
|