Skip to content

Commit c26b699

Browse files
committed
Update values for breaking changes, update most deprecations
1 parent f05f9f7 commit c26b699

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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)