Skip to content

Commit

Permalink
Merge pull request #3616 from consideRatio/pr/bump-dask-gateway-again
Browse files Browse the repository at this point in the history
dask-gateway: bump from 2023.9.0 to 2024.1.0
  • Loading branch information
consideRatio authored Jan 16, 2024
2 parents e5823e5 + 9d86d5f commit edc4f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployer/commands/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def deploy(
help="Name of hub to operate deploy. Omit to deploy all hubs on the cluster",
),
dask_gateway_version: str = typer.Option(
"2023.9.0", help="Version of dask-gateway to install CRDs for"
"2024.1.0", help="Version of dask-gateway to install CRDs for"
),
debug: bool = typer.Option(
False,
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/daskhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
# in the deployer's CLI
# https://github.com/2i2c-org/infrastructure/blob/HEAD/deployer/deployer.py#L195
- name: dask-gateway
version: "2023.9.0"
version: "2024.1.0"
repository: "https://helm.dask.org/"

0 comments on commit edc4f2d

Please sign in to comment.