Skip to content

Commit d36ff90

Browse files
authored
Merge pull request #2485 from manics/binderhub-update-breaking
Binderhub update (breaking changes)
2 parents b6c4eae + 1afb75d commit d36ff90

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

mybinder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart
99
# App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md
1010
- name: binderhub
11-
version: "1.0.0-0.dev.git.2874.h2811d52"
11+
version: "1.0.0-0.dev.git.3009.h9046454"
1212
repository: https://jupyterhub.github.io/helm-chart
1313

1414
# Ingress-Nginx to route network traffic according to Ingress resources using

mybinder/values.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ binderhub:
159159
build_image: quay.io/jupyterhub/repo2docker:2022.10.0-89.g49162fc
160160
per_repo_quota: 100
161161
per_repo_quota_higher: 200
162-
build_memory_limit: "3G"
163-
build_memory_request: "1G"
164162
cors_allow_origin: "*"
165163

166164
banner_message: |
@@ -207,6 +205,9 @@ binderhub:
207205
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
208206
})();
209207
}
208+
KubernetesBuildExecutor:
209+
memory_limit: "3G"
210+
memory_request: "1G"
210211

211212
extraConfig:
212213
# Send Events to StackDriver on Google Cloud
@@ -248,8 +249,8 @@ binderhub:
248249
enabled: true
249250
type: kube-lego
250251

252+
imageBuilderType: dind
251253
dind:
252-
enabled: true
253254
resources:
254255
requests:
255256
cpu: "0.5"
@@ -264,8 +265,6 @@ binderhub:
264265
# cull images until only 40% are used.
265266
imageGCThresholdHigh: 80
266267
imageGCThresholdLow: 40
267-
host:
268-
enabled: false
269268

270269
jupyterhub:
271270
cull:

0 commit comments

Comments
 (0)