Skip to content

Commit

Permalink
install jupyterhub 0.9 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 7, 2018
1 parent d617e0a commit ccf82e1
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 ccf82e1

Please sign in to comment.