Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping Docker image tags in JupyterHub config #1470

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions helm-charts/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ binderhub:
config:
BinderHub:
use_registry: true
build_image: "quay.io/jupyterhub/repo2docker:2022.02.0-32.ge7524a7"
build_image: "quay.io/jupyterhub/repo2docker:2022.02.0-34.g0f0fca1"
per_repo_quota: 150
template_path: /etc/binderhub/custom/templates
extra_static_path: /etc/binderhub/custom/static
Expand Down Expand Up @@ -54,7 +54,6 @@ binderhub:
imageGCThresholdLow: 40
host:
enabled: false

jupyterhub:
ingress:
enabled: true
Expand Down Expand Up @@ -269,7 +268,6 @@ binderhub:
break
else:
print("dask-gateway service not found. Did you set jupyterhub.hub.services.dask-gateway.apiToken?")

dask-gateway:
#=== VALUES BELOW HERE ARE COPIED FROM DASKHUB VALUES AND SHOULD BE UPDATED ===#
#=== IF DASKHUB CHANGES ===#
Expand Down