Skip to content

Commit

Permalink
Merge pull request #2485 from manics/binderhub-update-breaking
Browse files Browse the repository at this point in the history
Binderhub update (breaking changes)
  • Loading branch information
manics authored Jan 23, 2023
2 parents b6c4eae + 1afb75d commit d36ff90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
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

0 comments on commit d36ff90

Please sign in to comment.