Skip to content

Commit

Permalink
Merge pull request #677 from minrk/jupyterhub-9
Browse files Browse the repository at this point in the history
install jupyterhub 0.9 beta
  • Loading branch information
yuvipanda authored May 9, 2018
2 parents f37fdf2 + ccf82e1 commit b4779dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ charts:
hub:
valuesPath: hub.image
buildArgs:
JUPYTERHUB_VERSION: 0.8.1
JUPYTERHUB_VERSION: 0.9.0b1
network-tools:
valuesPath: singleuser.networkTools.image
image-awaiter:
valuesPath: prePuller.hook.image
singleuser-sample:
valuesPath: singleuser.image
buildArgs:
JUPYTERHUB_VERSION: 0.8.1
JUPYTERHUB_VERSION: 0.9.0b1
pod-culler:
valuesPath: cull.podCuller.image
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN adduser --disabled-password \
--force-badname \
${NB_USER}

ARG JUPYTERHUB_VERSION=0.8.*
ARG JUPYTERHUB_VERSION=0.9.*

ADD requirements.txt /tmp/requirements.txt
RUN pip3 install --no-cache-dir \
Expand Down

0 comments on commit b4779dc

Please sign in to comment.