Skip to content
Snippets Groups Projects
Verified Commit 65ad3ca2 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Upgrading to Jupyterhub 5.3.0

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