Skip to content

Commit

Permalink
basehub: add comments about chartpress
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 26, 2021
1 parent 7522915 commit d8b4fa9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion hub-templates/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: basehub
version: "0.0.1-n1159.h5b045cd"
dependencies:
- name: jupyterhub
# REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS
# Updates to this version should follow go hand in hand with updates to
# images/hub/Dockerfile, and will also involve manually building and pushing
# the Dockerfile to https://quay.io/2i2c/pilot-hub. Details about this can
# be found in the Dockerfile's comments.
version: 1.1.3
repository: https://jupyterhub.github.io/helm-chart/
10 changes: 8 additions & 2 deletions hub-templates/images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Should match the hub image used by version of chart in hub/requirements.yaml
# If that changes, this should be changed too!
# This image tag should match the dependent JupyterHub Helm chart's version as
# declared in basehub/Chart.yaml.
#
# If you make an update to this tag and the JupyterHub Helm chart's version,
# then commit those changes and then perform `chartpress --push` with your
# quay.io container registry credentials configured to have access to
# https://quay.io/repository/2i2c/pilot-hub.
#
FROM jupyterhub/k8s-hub:1.1.3

ENV CONFIGURATOR_VERSION ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db
Expand Down

0 comments on commit d8b4fa9

Please sign in to comment.