Skip to content
Snippets Groups Projects

Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6

Files

@@ -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
Loading