Rhodes-CS-Department / jupyterhub-deployment

Configs and READMEs for Rhodes CS JupyterHub deployment
2 stars 1 forks source link

Update helm chart + docker image #31

Closed ml8 closed 2 years ago

ml8 commented 2 years ago

For our JupyterHub version, we are on 1.1.1 and the current version is 1.1.3. It doesn't look like there have been many important changes (CHANGELOG), but we might want to just stay current, or update to 1.1.4 if it is pushed over winter break.

We should also rebuild our Docker image in order to pick up any updates to packages that we pip install. Since the image is built and then is immutable, we don't upgrade these packages unless we rebuild.

As part of this, we should also see if anyone wants to add any pre-installed packages (do this as part of #30 ).

@anesepark @walidabualafia

ml8 commented 2 years ago

Fixed by #34