@@ -7,7 +7,7 @@ scheduler:
77  enabled : true  #  Enable/disable scheduler.
88  image :
99    repository : " ghcr.io/dask/dask" #  Container image repository.
10-     tag : " 2025.4.0 " #  Container image tag.
10+     tag : " " #  Container image tag.
1111    pullPolicy : IfNotPresent  #  Container image pull policy.
1212    pullSecrets : #  Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
1313    #   - name: regcred
@@ -92,7 +92,7 @@ worker:
9292  name : worker  #  Dask worker name.
9393  image :
9494    repository : " ghcr.io/dask/dask" #  Container image repository.
95-     tag : " 2025.4.0 " #  Container image tag.
95+     tag : " " #  Container image tag.
9696    pullPolicy : IfNotPresent  #  Container image pull policy.
9797    dask_worker : " dask-worker" #  Dask worker command. E.g `dask-cuda-worker` for GPU worker.
9898    pullSecrets : #  Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
@@ -192,7 +192,7 @@ jupyter:
192192  rbac : true  #  Create RBAC service account and role to allow Jupyter pod to scale worker pods and access logs.
193193  image :
194194    repository : " ghcr.io/dask/dask-notebook" #  Container image repository.
195-     tag : " 2025.4.0 " #  Container image tag.
195+     tag : " " #  Container image tag.
196196    pullPolicy : IfNotPresent  #  Container image pull policy.
197197    pullSecrets : #  Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
198198    #   - name: regcred
0 commit comments