Skip to content
Snippets Groups Projects
Commit 6d9964eb authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Merge branch 'hub_5.3.0' into 'master'

Upgrading to Jupyterhub 5.3.0

See merge request !45
parents 26ee692c 65ad3ca2
No related branches found
No related tags found
1 merge request!45Upgrading to Jupyterhub 5.3.0
......@@ -158,8 +158,8 @@ hub:
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
# k8s-hub 4.0.0
tag: "sha-aef23d2"
# k8s-hub 4.2.0
tag: "sha-4e2fb2f"
loadRoles:
#user scopes required for user initiated sharing API
user:
......
......@@ -158,8 +158,8 @@ hub:
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
# k8s-hub 4.0.0
tag: "sha-aef23d2"
# k8s-hub 4.2.0
tag: "sha-4e2fb2f"
loadRoles:
#user scopes required for user initiated sharing API
user:
......
......@@ -20,7 +20,7 @@ spec:
containers:
- name: jwt
# recommended to keep it in sync with */deployments/*.yaml
image: eginotebooks/hub:sha-aef23d2
image: eginotebooks/hub:sha-4e2fb2f
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: "4.0.0" # app 5.2.1 (2024-11-07)
version: "4.2.0" # app 5.3.0 (2025-04-16)
shell: |-
helm status --namespace {{ name }} {{ name }}
if [ $? -ne 0 ]; then
......
......@@ -159,8 +159,8 @@ hub:
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
# k8s-hub 4.0.0
tag: "sha-aef23d2"
# k8s-hub 4.2.0
tag: "sha-4e2fb2f"
loadRoles:
#user roles required for user initiated sharing API
user:
......
......@@ -159,8 +159,8 @@ hub:
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
# k8s-hub 4.0.0
tag: "sha-aef23d2"
# k8s-hub 4.2.0
tag: "sha-4e2fb2f"
loadRoles:
#user roles required for user initiated sharing API
user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment