Skip to content

Commit

Permalink
Merge pull request #1190 from minrk/pin-k8s
Browse files Browse the repository at this point in the history
pin kubernetes, jupyterhub in requirements.in
  • Loading branch information
minrk authored Nov 2, 2020
2 parents 7e04ad4 + 9e6d009 commit 3d82293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions helm-chart/images/binderhub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
# ./dependencies freeze --upgrade
#
google-cloud-logging

# pins for our image
# kubernetes is pinned to 9 because we have observed a performance issue in 12
# where listing pods took ~6s instead of ~1s
kubernetes==9.*
# jupyterhub is pinned to match the JupyterHub Helm chart's version of jupyterhub
jupyterhub==1.1.*
4 changes: 2 additions & 2 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ipython-genutils==0.2.0 # via traitlets
jinja2==2.11.2 # via -r binderhub.in, jupyterhub
jsonschema==3.2.0 # via -r binderhub.in, jupyter-telemetry
jupyter-telemetry==0.1.0 # via jupyterhub
jupyterhub==1.2.0 # via -r binderhub.in
kubernetes==12.0.0 # via -r binderhub.in
jupyterhub==1.1.0 # via -r binderhub.in, -r requirements.in
kubernetes==9.0.1 # via -r binderhub.in, -r requirements.in
mako==1.1.3 # via alembic
markupsafe==1.1.1 # via jinja2, mako
oauthlib==3.1.0 # via jupyterhub, requests-oauthlib
Expand Down

0 comments on commit 3d82293

Please sign in to comment.