diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml index 4b6aefaaf3e08054e4a84be93cef9e9b80faa5c3..e330c77cfbeb6c58bf4a69e8fc44e4e114246c30 100644 --- a/charts/jupyter-hub-customizations/Chart.yaml +++ b/charts/jupyter-hub-customizations/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.16.13 +version: 0.16.14 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml index 765a73a9071df488dc1304b25617a23967abe861..b7a47ac6b07d2244335613f4ddf69c6c4d0aff60 100644 --- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml +++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml @@ -975,12 +975,14 @@ data: href: https://github.com/jupyterlab/jupyter-collaboration sets: - "4.3" + weight: 30 ipyvue: displayName: "ipyvue" default: false href: https://github.com/widgetti/ipyvue sets: - "4.3" + weight: 29 jupyterai: displayName: Jupyter-AI default: false @@ -990,6 +992,7 @@ data: - "3.6" - "4.2" - "4.2-juniq" + weight: 28 jupyterview: displayName: JupyterView default: false @@ -998,12 +1001,14 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 27 kernelgateway: displayName: "Kernel Gateway" default: false href: https://github.com/jupyter-server/kernel_gateway sets: - "4.3" + weight: 26 nbdev: displayName: nbdev default: false @@ -1012,6 +1017,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 25 nglview: displayName: NGLview default: false @@ -1021,6 +1027,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 24 slurmwrapper: displayName: Slurm Wrapper default: false @@ -1037,6 +1044,7 @@ data: - JEDI - JUSUF - DEEP + weight: 23 spellchecker: displayName: Spellchecker default: false @@ -1050,6 +1058,7 @@ data: - JUSUF - DEEP - JSC-Cloud + weight: 22 tramemanager: displayName: Trame Manager default: false @@ -1062,6 +1071,7 @@ data: - JUWELS - JURECA - JUSUF + weight: 21 variableinspector: displayName: VariableInspector default: false @@ -1075,6 +1085,7 @@ data: - JUSUF - DEEP - JSC-Cloud + weight: 20 voila: displayName: Voila default: @@ -1085,6 +1096,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 19 kernels: bash: displayName: Bash @@ -1095,6 +1107,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 30 cling: displayName: Cling default: @@ -1106,6 +1119,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 29 java: displayName: Java default: true @@ -1114,6 +1128,7 @@ data: - "4.3" - "4.2" - "4.2-juniq" + weight: 28 julia: displayName: Julia default: @@ -1125,6 +1140,7 @@ data: - "3.6" - "4.2" - "4.2-juniq" + weight: 27 lfortran: displayName: LFortran default: @@ -1136,6 +1152,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 26 octave: displayName: Octave default: true @@ -1145,6 +1162,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 25 pyhpc: displayName: PyHPC default: false @@ -1154,6 +1172,7 @@ data: - "4.2-juniq" allowed_systems: - JSC-Cloud + weight: 24 r: displayName: R default: true @@ -1163,6 +1182,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 23 ruby: displayName: Ruby default: @@ -1174,6 +1194,7 @@ data: - "4.2" - "4.2-juniq" - "4.3" + weight: 22 pydeeplearning: displayName: PyDeepLearning default: @@ -1185,6 +1206,7 @@ data: - "3.6" - "4.2" - "4.2-juniq" + weight: 21 pyearthsystem: displayName: PyEarthSystem default: @@ -1196,6 +1218,7 @@ data: - "3.6" - "4.2" - "4.2-juniq" + weight: 20 pyquantum: displayName: PyQuantum default: true @@ -1204,6 +1227,7 @@ data: - "3.6" - "4.2" - "4.2-juniq" + weight: 19 pyvisualization: displayName: PyVisualization default: @@ -1215,6 +1239,7 @@ data: - "3.6" - "4.2" - "4.2-juniq" + weight: 18 proxies: xprahtml5: displayName: Xpra (remote desktop) @@ -1225,6 +1250,7 @@ data: - "4.2" - "4.3" - "4.2-juniq" + weight: 20 vscode: displayName: VSCode default: true @@ -1238,6 +1264,7 @@ data: - JEDI - JSC-Cloud compute_only: false + weight: 19 rstudio: displayName: RStudio default: true @@ -1252,7 +1279,8 @@ data: - JUSUF - JEDI - JSC-Cloud - compute_only: false + compute_only: false + weight: 18 nest: displayName: NEST Desktop default: true @@ -1269,3 +1297,4 @@ data: - JUSUF - JSC-Cloud compute_only: false + weight: 17 \ No newline at end of file diff --git a/charts/jupyter-hub-customizations/values.yaml b/charts/jupyter-hub-customizations/values.yaml index 5826a7a3fcfff32165304cab6e75d03d51bcb66a..d5410e892b3d72f521599e04e0ac0a2ea979cd4b 100644 --- a/charts/jupyter-hub-customizations/values.yaml +++ b/charts/jupyter-hub-customizations/values.yaml @@ -373,6 +373,7 @@ customConfig: - JEDI - JUSUF - DEEP + - JSC-Cloud "4.2": enabled: true allowedLists: