I'm deploying Dask gateway and Jupyterhub independently (with helm). Right now, I'm just using the default images in dask-gateway, and I want to sync up the version of Dask in my jupyterhub deployment so that the version of Dask on my client matches the scheduler and workers.
Right now, figuring that out involves going to https://github.com/dask/dask-gateway/blob/master/resources/helm/images/dask-gateway/Dockerfile, and inspecting that Dockerfile. It'd be nice if that was easier to find, possibly at https://dask.org/dask-gateway-helm-repo/ or on a list at https://gateway.dask.org/install-kube.html.