Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Don't use z2jh from a submodule
Browse files Browse the repository at this point in the history
We were waiting for jupyterhub/zero-to-jupyterhub-k8s#1539
to be merged. It has been merged!
  • Loading branch information
yuvipanda committed Jan 29, 2020
1 parent eb4ad6c commit 4c8fb25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions hub/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: jupyterhub
# REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS
version: v0.0.1-n3180.h9f01fda
repository: file://../zero-to-jupyterhub-k8s/jupyterhub
version: 0.9.0-beta.3.n007.hc58048a
repository: https://jupyterhub.github.io/helm-chart/
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Should match the hub image used by version of chart in hub/requirements.yaml
# If that changes, this should be changed too!
FROM jupyterhub/k8s-hub:0.0.1_3164-a04b974
FROM jupyterhub/k8s-hub:0.9.0-beta.3.n000.h9e1a7f9

USER root
RUN apt update && apt install --yes curl python
Expand Down

0 comments on commit 4c8fb25

Please sign in to comment.