Skip to content

Commit

Permalink
hub image: configure use of newly built image based on z2jh 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 30, 2023
1 parent 174f538 commit b948b13
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/clusters/2i2c-aws-us/researchdelight.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
config:
JupyterHub:
authenticator_class: github
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/2i2c/imagebuilding-demo.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jupyterhub:
url: http://imagebuilding-demo-binderhub-service:8090
image:
name: quay.io/2i2c/dynamic-image-building-experiment
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
config:
JupyterHub:
authenticator_class: github
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/leap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
allowNamedServers: true
config:
JupyterHub:
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
allowNamedServers: true
config:
Authenticator:
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/openscapes/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
config:
CILogonOAuthenticator:
oauth_callback_url: "https://staging.openscapes.2i2c.cloud/hub/oauth_callback"
2 changes: 1 addition & 1 deletion docs/howto/custom-jupyterhub-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ You will need to put a config similar to the one below in your hub configuration
hub:
image:
name: quay.io/2i2c/new-experiment
tag: "0.0.1-0.dev.git.6406.hc1091b1c"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
```

```{important}
Expand Down
5 changes: 3 additions & 2 deletions helm-charts/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ apiVersion: v2
appVersion: "1.0"
description: Deployment Chart for JupyterHub
name: basehub
# Updates to this version should be kept in sync
# with the dependency reference in the daskhub chart.
# Updates to this version must be kept in sync with the dependency reference in
# the daskhub chart. Since we don't publish this, we opt to have it frozen at
# version 0.1.0 instead.
version: "0.1.0"
dependencies:
- name: jupyterhub
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ jupyterhub:
admin: true
image:
name: quay.io/2i2c/pilot-hub
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
networkPolicy:
enabled: true
# interNamespaceAccessLabels=accept makes the hub pod's associated
Expand Down

0 comments on commit b948b13

Please sign in to comment.