Skip to content

Commit c028fda

Browse files
authored
Merge pull request #1258 from minrk/jupyterhub-0.11
bump jupyterhub chart to 0.11.1
2 parents d631d84 + b1f629a commit c028fda

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
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

testing/local-binder-k8s-hub/jupyterhub-chart-config-auth-additions.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ hub:
1010
oauth_no_confirm: true
1111
oauth_redirect_uri: "http://127.0.0.1:8585/oauth_callback"
1212
oauth_client_id: "binder-oauth-client-test"
13-
14-
auth:
15-
type: dummy
16-
dummy:
17-
password: dummy
13+
config:
14+
JupyterHub:
15+
authenticator_class: "dummy"
16+
DummyAuthenticator:
17+
password: "dummy"

0 commit comments

Comments
 (0)