@@ -7,7 +7,7 @@ scheduler:
77 enabled : true # Enable/disable scheduler.
88 image :
99 repository : " ghcr.io/dask/dask" # Container image repository.
10- tag : " 2024.5.2 " # Container image tag.
10+ tag : " 2024.7.1 " # 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
@@ -84,7 +84,7 @@ worker:
8484 name : worker # Dask worker name.
8585 image :
8686 repository : " ghcr.io/dask/dask" # Container image repository.
87- tag : " 2024.5.2 " # Container image tag.
87+ tag : " 2024.7.1 " # Container image tag.
8888 pullPolicy : IfNotPresent # Container image pull policy.
8989 dask_worker : " dask-worker" # Dask worker command. E.g `dask-cuda-worker` for GPU worker.
9090 pullSecrets : # Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
@@ -184,7 +184,7 @@ jupyter:
184184 rbac : true # Create RBAC service account and role to allow Jupyter pod to scale worker pods and access logs.
185185 image :
186186 repository : " ghcr.io/dask/dask-notebook" # Container image repository.
187- tag : " 2024.5.2 " # Container image tag.
187+ tag : " 2024.7.1 " # Container image tag.
188188 pullPolicy : IfNotPresent # Container image pull policy.
189189 pullSecrets : # Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
190190 # - name: regcred
0 commit comments