Skip to content

Commit 539f18a

Browse files
Update Dask version to 2025.4.0 (#490)
Co-authored-by: jacobtomlinson <1610850+jacobtomlinson@users.noreply.github.com>
1 parent 3d7e713 commit 539f18a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dask/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
name: dask
44
version: 0.0.1-set.by.chartpress
5-
appVersion: "2025.3.0"
5+
appVersion: "2025.4.0"
66
description: Distributed computation in Python with task scheduling
77
home: https://dask.org
88
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200

dask/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3.0" # Container image tag.
10+
tag: "2025.4.0" # 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.3.0" # Container image tag.
95+
tag: "2025.4.0" # 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.3.0" # Container image tag.
195+
tag: "2025.4.0" # 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

Comments
 (0)