Skip to content

Commit

Permalink
Bump jupyterhub to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 28, 2021
1 parent 551594d commit 27bbb34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hub-templates/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version: "0.1.0"
dependencies:
- name: jupyterhub
# REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS
version: 1.0.0-beta.1
version: 1.1.1
repository: https://jupyterhub.github.io/helm-chart/
2 changes: 1 addition & 1 deletion hub-templates/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jupyterhub:
- --Configurator.config_file=/usr/local/etc/jupyterhub-configurator/jupyterhub_configurator_config.py
image:
name: quay.io/2i2c/pilot-hub
tag: '0.0.1-n781.hf8d0498'
tag: '1.1.1'
config:
JupyterHub:
authenticator_class: oauthenticator.auth0.Auth0OAuthenticator
Expand Down
8 changes: 2 additions & 6 deletions hub-templates/images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Should match the hub image used by version of chart in hub/requirements.yaml
# Should match the hub image used by version of chart in hub-templates/basehub/Chart.yaml
# If that changes, this should be changed too!
FROM jupyterhub/k8s-hub:1.0.0-beta.1
FROM jupyterhub/k8s-hub:1.1.1

ENV CONFIGURATOR_VERSION ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db

RUN pip install --no-cache git+https://github.com/yuvipanda/jupyterhub-configurator@${CONFIGURATOR_VERSION}

ENV OAUTHENTICATOR_VERSION 878cec5f3008d8502256253e6d155e8a8ed0cd98

RUN pip install --no-cache git+https://github.com/jupyterhub/oauthenticator@${OAUTHENTICATOR_VERSION}

USER root
RUN mkdir -p /usr/local/etc/jupyterhub-configurator

Expand Down

0 comments on commit 27bbb34

Please sign in to comment.