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

Update JupyterHub to 4.1.6

parent 0a0bd2f7
Branches
No related tags found
1 merge request!25Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6
...@@ -167,9 +167,11 @@ hub: ...@@ -167,9 +167,11 @@ hub:
display: false display: false
api_token: "{{ secrets['zabbix_token'] }}" api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-2fa0db6" # k8s-hub 3.3.8
tag: "sha-f5af1a3"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -149,9 +149,11 @@ hub: ...@@ -149,9 +149,11 @@ hub:
display: false display: false
api_token: "{{ secrets['zabbix_token'] }}" api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-2fa0db6" # k8s-hub 3.3.8
tag: "sha-f5af1a3"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -149,9 +149,11 @@ hub: ...@@ -149,9 +149,11 @@ hub:
display: false display: false
api_token: "{{ secrets['zabbix_token'] }}" api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-2fa0db6" # k8s-hub 3.3.8
tag: "sha-f5af1a3"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -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-2fa0db6 image: eginotebooks/hub:sha-f5af1a3
args: args:
- fastapi - fastapi
- run - run
......
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
- name: Deploy/upgrade notebook instance - name: Deploy/upgrade notebook instance
vars: vars:
name: "{{ item | basename | splitext | first }}" name: "{{ item | basename | splitext | first }}"
version: "3.2.1" # app 4.0.2 (2023-11-27) # keep in sync with ../deployments/*.yaml (original k8s-hub image version)
version: "3.3.8" # app 4.1.6 (2024-07-31)
shell: |- shell: |-
helm status --namespace {{ name }} {{ name }} helm status --namespace {{ name }} {{ name }}
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
......
...@@ -150,9 +150,11 @@ hub: ...@@ -150,9 +150,11 @@ hub:
display: false display: false
api_token: "{{ secrets['zabbix_token'] }}" api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-2fa0db6" # k8s-hub 3.3.8
tag: "sha-f5af1a3"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment