diff --git a/deployer/commands/deployer.py b/deployer/commands/deployer.py index a25bf5f4d6..dcadca96ad 100644 --- a/deployer/commands/deployer.py +++ b/deployer/commands/deployer.py @@ -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, diff --git a/helm-charts/daskhub/Chart.yaml b/helm-charts/daskhub/Chart.yaml index 37445c078e..fe6701f1d3 100644 --- a/helm-charts/daskhub/Chart.yaml +++ b/helm-charts/daskhub/Chart.yaml @@ -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/"