Skip to content

Commit a9e4ddf

Browse files
authored
Merge pull request #3365 from jupyterhub/update-chart-binderhub
Updates binderhub chart to 1.0.0-0.dev.git.3752.h02768abc
2 parents ac1c308 + 61a8634 commit a9e4ddf

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

docs/source/deployment/how.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ main.
7878
folder. This will print out a URL that describes the changes made to both
7979
BinderHub and repo2docker.
8080
4. Make a PR to the `main` branch with the changes you want.
81-
8281
- Name the PR like so: `<TOOL-CHANGED>: <OLD-HASH>...<NEW-HASH>`
8382
- In the description of the PR, paste the full URL that you printed out
8483
`list_new_commits.py`. It should have the following form:

docs/source/deployment/what.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ All **Stage 1** failures can be attributed to one of the following causes:
7070
but to restart the Travis Build.
7171

7272
If a restart also fails, there are two possible reasons:
73-
7473
1. Travis is having some infrastructure issues. Check the [Travis Status Page](https://www.traviscistatus.com/)
7574
to see if this is the case.
7675
2. The method we are using to install any of these bits of software is

docs/source/operation_guide/command_snippets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ To pre-emptively bump the cluster size beyond current occupancy, follow these st
298298

299299
- Increase autoscaler minimum size. (note this will lead to a brief period where
300300
the kubernetes API is not available.)
301-
302301
- Go to https://console.cloud.google.com/
303302
- Click "Kubernetes engine" -> "edit" button
304303
- Under "Node Pools" find the "minimum size" field and update it.

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.3749.hf89ac98c"
11+
version: "1.0.0-0.dev.git.3752.h02768abc"
1212
repository: https://jupyterhub.github.io/helm-chart
1313
condition: binderhubEnabled
1414

mybinder/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ binderhub:
132132
- ^ajiBal/.*
133133
- ^wyattsanchez54/.*
134134
- ^walterpowell201/.*
135-
high_quota_specs:
136-
[]
135+
high_quota_specs: []
137136
# - ^jupyterlab/.*
138137
# - ^jupyter/.*
139138
# - ^jupyterhub/.*

0 commit comments

Comments
 (0)