Skip to content
Snippets Groups Projects
Commit adf41089 authored by František Dvořák's avatar František Dvořák
Browse files

Merge branch 'jhub_v5_test_env' into 'master'

Upgrading to Jupyterhub 5 on devel and testing environtment

See merge request !27
parents febb2e46 292af043
No related branches found
No related tags found
1 merge request!27Upgrading to Jupyterhub 5 on devel and testing environtment
......@@ -20,7 +20,7 @@ spec:
containers:
- name: jwt
# recommended to keep it in sync with */deployments/*.yaml
image: eginotebooks/hub:sha-f5af1a3
image: eginotebooks/hub:sha-6edf89c
args:
- fastapi
- run
......
......@@ -37,7 +37,7 @@
vars:
name: "{{ item | basename | splitext | first }}"
# keep in sync with ../deployments/*.yaml (original k8s-hub image version)
version: "3.3.8" # app 4.1.6 (2024-07-31)
version: "4.0.0" # app 5.2.1 (2024-11-07)
shell: |-
helm status --namespace {{ name }} {{ name }}
if [ $? -ne 0 ]; then
......
......@@ -179,8 +179,8 @@ hub:
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
# k8s-hub 3.3.8
tag: "sha-f5af1a3"
# k8s-hub 4.0.0
tag: "sha-6edf89c"
config:
Authenticator:
enable_auth_state: true
......@@ -196,7 +196,7 @@ hub:
- urn:geant:eosc-federation.eu:testing:group:eosc
admin_groups:
- urn:geant:eosc-federation.eu:group:asg:notebooks.open-science-cloud.ec.europa.eu:role=admin
claim_groups_key: "entitlements"
auth_state_groups_key: "oauth_user.entitlements"
EGICheckinAuthenticator:
checkin_host: "{{ secrets['checkin_host'] }}"
authorize_url: "https://{{ secrets['checkin_host'] }}/OIDC/authorization"
......
......@@ -162,8 +162,8 @@ hub:
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
# k8s-hub 3.3.8
tag: "sha-f5af1a3"
# k8s-hub 4.0.0
tag: "sha-6edf89c"
config:
Authenticator:
enable_auth_state: true
......@@ -178,7 +178,7 @@ hub:
- urn:geant:eosc-federation.eu:res:notebooks.open-science-cloud.ec.europa.eu:8-vcpu-16-gb-ram-gpu:act:ppa
admin_groups:
- urn:geant:eosc-federation.eu:group:asg:notebooks.open-science-cloud.ec.europa.eu:role=admin
claim_groups_key: "entitlements"
auth_state_groups_key: "oauth_user.entitlements"
EGICheckinAuthenticator:
checkin_host: "{{ secrets['checkin_host'] }}"
authorize_url: "https://{{ secrets['checkin_host'] }}/OIDC/authorization"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment