Skip to content
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.3704.h3883aac1"
version: "1.0.0-0.dev.git.3688.h7031b344"
repository: https://jupyterhub.github.io/helm-chart
condition: binderhubEnabled

Expand Down
4 changes: 3 additions & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ binderhub:
})();
}
KubernetesBuildExecutor:
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-114.g80d186a
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-79.gb0cfd45
memory_limit: "6G"
memory_request: "2G"

extraConfig:
# Send Events to StackDriver on Google Cloud
Expand Down
Loading