Skip to content

Commit

Permalink
Merge pull request #3452 from consideRatio/pr/bump-to-z2jh-3.2.0
Browse files Browse the repository at this point in the history
basehub: bump from z2jh 3.1.0 to 3.2.0
  • Loading branch information
consideRatio authored Nov 27, 2023
2 parents 82d76e8 + 473bf96 commit 0117391
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.h0bdc2d30"
tag: "0.0.1-0.dev.git.7130.h70e84dd2"
```

```{important}
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.1.0
version: 3.2.0
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 @@ -579,7 +579,7 @@ jupyterhub:
admin: true
image:
name: quay.io/2i2c/pilot-hub
tag: "0.0.1-0.dev.git.7130.h0bdc2d30"
tag: "0.0.1-0.dev.git.7655.h70e84dd2"
networkPolicy:
enabled: true
# interNamespaceAccessLabels=accept makes the hub pod's associated
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# `chartpress --push --builder docker-buildx --platform linux/amd64`
# Ref: https://cloudolife.com/2022/03/05/Infrastructure-as-Code-IaC/Container/Docker/Docker-buildx-support-multiple-architectures-images/
#
FROM jupyterhub/k8s-hub:3.1.0
FROM jupyterhub/k8s-hub:3.2.0

# chartpress.yaml defines multiple hub images differentiated only by a
# requirements.txt file with dependencies, this build argument allows us to
Expand Down

0 comments on commit 0117391

Please sign in to comment.