From f05f9f758b61fc6bc13a08a74d06d9e785a02de0 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 9 Jan 2023 23:56:16 +0000 Subject: [PATCH 1/3] =?UTF-8?q?BinderHub:=201.0.0-0.dev.git.2874.h2811d52?= =?UTF-8?q?=20=E2=9E=A1=EF=B8=8F=20=201.0.0-0.dev.git.3002.h5f189ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index 9cd1ff95c..ef1d01359 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -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.3002.h5f189ce" repository: https://jupyterhub.github.io/helm-chart # Ingress-Nginx to route network traffic according to Ingress resources using From c26b69968c2a7eeaced2711640f422098ae3b5fd Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 10 Jan 2023 00:10:09 +0000 Subject: [PATCH 2/3] Update values for breaking changes, update most deprecations --- mybinder/values.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 366bcadc7..de24f259a 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -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: | @@ -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 @@ -248,8 +249,8 @@ binderhub: enabled: true type: kube-lego + imageBuilderType: dind dind: - enabled: true resources: requests: cpu: "0.5" @@ -264,8 +265,6 @@ binderhub: # cull images until only 40% are used. imageGCThresholdHigh: 80 imageGCThresholdLow: 40 - host: - enabled: false jupyterhub: cull: From 1afb75d30d8721b6047cb1adcdad2e45ac1b2ce9 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 22 Jan 2023 22:35:26 +0000 Subject: [PATCH 3/3] BinderHub 1.0.0-0.dev.git.3009.h9046454 --- mybinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index ef1d01359..48f3a2d63 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -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.3002.h5f189ce" + 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