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

Binderhub update (breaking changes) #2485

Merged
merged 3 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion mybinder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart
# App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md
- name: binderhub
version: "1.0.0-0.dev.git.2874.h2811d52"
version: "1.0.0-0.dev.git.3009.h9046454"
repository: https://jupyterhub.github.io/helm-chart

# Ingress-Nginx to route network traffic according to Ingress resources using
Expand Down
9 changes: 4 additions & 5 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ binderhub:
build_image: quay.io/jupyterhub/repo2docker:2022.10.0-89.g49162fc
per_repo_quota: 100
per_repo_quota_higher: 200
build_memory_limit: "3G"
build_memory_request: "1G"
cors_allow_origin: "*"

banner_message: |
Expand Down Expand Up @@ -207,6 +205,9 @@ binderhub:
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
}
KubernetesBuildExecutor:
memory_limit: "3G"
memory_request: "1G"

extraConfig:
# Send Events to StackDriver on Google Cloud
Expand Down Expand Up @@ -248,8 +249,8 @@ binderhub:
enabled: true
type: kube-lego

imageBuilderType: dind
dind:
enabled: true
resources:
requests:
cpu: "0.5"
Expand All @@ -264,8 +265,6 @@ binderhub:
# cull images until only 40% are used.
imageGCThresholdHigh: 80
imageGCThresholdLow: 40
host:
enabled: false

jupyterhub:
cull:
Expand Down