Skip to content

Commit 697c317

Browse files
committed
bump jupyterhub chart to 0.11.1
gets kubespawner 0.15, jupyterhub 1.3 adds hub.config passthrough changes auth config, shouldn't be much else backward-incompatible
1 parent afb7e88 commit 697c317

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies:
22
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
33
- name: jupyterhub
4-
version: "0.10.6"
4+
version: "0.11.1"
55
repository: "https://jupyterhub.github.io/helm-chart"

helm-chart/binderhub/values.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,9 @@ jupyterhub:
125125
binder:
126126
admin: true
127127
apiToken:
128-
auth:
129-
type: custom
130-
custom:
131-
# disable login (users created exclusively via API)
132-
className: nullauthenticator.NullAuthenticator
128+
config:
129+
JupyterHub:
130+
authenticator_class: "nullauthenticator.NullAuthenticator"
133131
singleuser:
134132
# start jupyter notebook
135133
cmd: jupyter-notebook

0 commit comments

Comments
 (0)