-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from pangeo-data/daskhub-upgrade
Upgrade DaskHub from 2023.1.0 to 2024.1.1
- Loading branch information
Showing
30 changed files
with
226 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
apiVersion: v2 | ||
appVersion: jh2.0.0-dg2023.1.1 | ||
dependencies: | ||
- import-values: | ||
- child: rbac | ||
parent: rbac | ||
name: jupyterhub | ||
repository: https://jupyterhub.github.io/helm-chart/ | ||
version: 2.0.0 | ||
- name: dask-gateway | ||
repository: https://helm.dask.org/ | ||
version: 2023.1.1 | ||
description: Multi-user JupyterHub and Dask deployment. | ||
name: daskhub | ||
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200 | ||
version: 2024.1.1 | ||
# appVersion is set to be a combination of the dependencies | ||
appVersion: "jh3.2.1-dg2024.1.0" | ||
description: Multi-user JupyterHub and Dask deployment. | ||
dependencies: | ||
- name: jupyterhub | ||
version: "3.2.1" | ||
repository: https://jupyterhub.github.io/helm-chart/ | ||
import-values: | ||
- child: rbac | ||
parent: rbac | ||
- name: dask-gateway | ||
version: "2024.1.0" | ||
repository: https://helm.dask.org/ | ||
maintainers: | ||
- email: [email protected] | ||
name: Jacob Tomlinson (Nvidia) | ||
- email: [email protected] | ||
name: Joe Hamman (NCAR) | ||
- email: [email protected] | ||
name: Erik Sundell | ||
- email: [email protected] | ||
name: Tom Augspurger | ||
name: daskhub | ||
version: 2023.1.0 | ||
- name: Jacob Tomlinson (Nvidia) | ||
email: [email protected] | ||
- name: Joe Hamman (NCAR) | ||
email: [email protected] | ||
- name: Erik Sundell | ||
email: [email protected] | ||
- name: Tom Augspurger | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
apiVersion: v2 | ||
appVersion: 2023.1.1 | ||
appVersion: 2024.1.0 | ||
description: A multi-tenant server for deploying and managing Dask clusters | ||
home: https://gateway.dask.org/ | ||
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200 | ||
kubeVersion: '>=1.20.0-0' | ||
kubeVersion: '>=1.25.0-0' | ||
name: dask-gateway | ||
sources: | ||
- https://github.com/dask/dask-gateway/ | ||
version: 2023.1.1 | ||
version: 2024.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
providers/kubernetes/daskhub/charts/dask-gateway/templates/gateway/ingressroute.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
providers/kubernetes/daskhub/charts/dask-gateway/templates/traefik/dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ rules: | |
- list | ||
- watch | ||
- apiGroups: | ||
- traefik.io | ||
- traefik.containo.us | ||
resources: | ||
- ingressroutes | ||
|
2 changes: 1 addition & 1 deletion
2
providers/kubernetes/daskhub/charts/dask-gateway/values.schema.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
annotations: | ||
artifacthub.io/images: | | ||
- image: jupyterhub/configurable-http-proxy:4.5.3 | ||
- image: quay.io/jupyterhub/configurable-http-proxy:4.6.1 | ||
name: configurable-http-proxy | ||
- image: jupyterhub/k8s-hub:2.0.0 | ||
- image: quay.io/jupyterhub/k8s-hub:3.2.1 | ||
name: k8s-hub | ||
- image: jupyterhub/k8s-image-awaiter:2.0.0 | ||
- image: quay.io/jupyterhub/k8s-image-awaiter:3.2.1 | ||
name: k8s-image-awaiter | ||
- image: jupyterhub/k8s-network-tools:2.0.0 | ||
- image: quay.io/jupyterhub/k8s-network-tools:3.2.1 | ||
name: k8s-network-tools | ||
- image: jupyterhub/k8s-secret-sync:2.0.0 | ||
- image: quay.io/jupyterhub/k8s-secret-sync:3.2.1 | ||
name: k8s-secret-sync | ||
- image: jupyterhub/k8s-singleuser-sample:2.0.0 | ||
- image: quay.io/jupyterhub/k8s-singleuser-sample:3.2.1 | ||
name: k8s-singleuser-sample | ||
- image: k8s.gcr.io/kube-scheduler:v1.23.10 | ||
- image: registry.k8s.io/kube-scheduler:v1.26.11 | ||
name: kube-scheduler | ||
- image: k8s.gcr.io/pause:3.8 | ||
- image: registry.k8s.io/pause:3.9 | ||
name: pause | ||
- image: k8s.gcr.io/pause:3.8 | ||
- image: registry.k8s.io/pause:3.9 | ||
name: pause | ||
- image: traefik:v2.8.4 | ||
- image: traefik:v2.10.5 | ||
name: traefik | ||
apiVersion: v2 | ||
appVersion: 3.0.0 | ||
appVersion: 4.0.2 | ||
description: Multi-user Jupyter installation | ||
home: https://z2jh.jupyter.org | ||
icon: https://jupyterhub.github.io/helm-chart/images/hublogo.svg | ||
icon: https://hub.jupyter.org/helm-chart/images/hublogo.svg | ||
keywords: | ||
- jupyter | ||
- jupyterhub | ||
- z2jh | ||
kubeVersion: '>=1.20.0-0' | ||
kubeVersion: '>=1.23.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: Erik Sundell | ||
|
@@ -38,4 +38,4 @@ maintainers: | |
name: jupyterhub | ||
sources: | ||
- https://github.com/jupyterhub/zero-to-jupyterhub-k8s | ||
version: 2.0.0 | ||
version: 3.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.