Skip to content

Commit

Permalink
Bump z2jh to 3.3.6 and use a 3.3.6 based custom hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 2, 2024
1 parent d5df523 commit 144d367
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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 @@ -118,7 +118,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.7567.ha4162031"
tag: "0.0.1-0.dev.git.8605.hd5df5235"
config:
JupyterHub:
authenticator_class: github
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/opensci/sciencecore.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jupyterhub:
url: http://sciencecore-binderhub-service:8090
image:
name: quay.io/2i2c/dynamic-image-building-experiment
tag: "0.0.1-0.dev.git.7567.ha4162031"
tag: "0.0.1-0.dev.git.8605.hd5df5235"
config:
JupyterHub:
authenticator_class: github
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/opensci/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jupyterhub:
allowNamedServers: true
image:
name: quay.io/2i2c/dynamic-image-building-experiment
tag: "0.0.1-0.dev.git.7567.ha4162031"
tag: "0.0.1-0.dev.git.8605.hd5df5235"
config:
JupyterHub:
authenticator_class: github
Expand Down
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.7130.h70e84dd2"
tag: "0.0.1-0.dev.git.8605.hd5df5235"
```

```{important}
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/features/imagebuilding.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jupyterhub:
hub:
image:
name: quay.io/2i2c/dynamic-image-building-experiment
tag: "0.0.1-0.dev.git.7567.ha4162031"
tag: "0.0.1-0.dev.git.8605.hd5df5235"
```
## Connect with `jupyterhub-fancy-profiles`
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
# 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: 3.2.1
version: 3.3.6
repository: https://jupyterhub.github.io/helm-chart/
- name: binderhub-service
version: 0.1.0-0.dev.git.110.hd833d08
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 @@ -764,7 +764,7 @@ jupyterhub:
admin: true
image:
name: quay.io/2i2c/pilot-hub
tag: "0.0.1-0.dev.git.7670.hfd1b116d"
tag: "0.0.1-0.dev.git.8605.hd5df5235"
networkPolicy:
enabled: true
# interNamespaceAccessLabels=accept makes the hub pod's associated
Expand Down

0 comments on commit 144d367

Please sign in to comment.