Skip to content
Snippets Groups Projects

Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6

Files

@@ -39,6 +39,15 @@ singleuser:
limit: 2
guarantee: .02
defaultUrl: "/lab"
networkPolicy:
egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
serviceSelector:
matchLabels:
k8s-app: cluster-ingress
image:
name: eginotebooks/single-user-eosc
tag: "sha-dea4fa2"
@@ -167,9 +176,11 @@ hub:
display: false
api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image:
name: eginotebooks/hub
tag: "sha-2fa0db6"
# k8s-hub 3.3.8
tag: "sha-f5af1a3"
config:
Authenticator:
enable_auth_state: true
Loading