Skip to content

Commit 3d411a8

Browse files
Update Dask version to 2025.1.0 (#481)
Co-authored-by: jacobtomlinson <1610850+jacobtomlinson@users.noreply.github.com>
1 parent 9de6db5 commit 3d411a8

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: "2024.7.1"
5+
appVersion: "2025.1.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: "2024.7.1" # Container image tag.
10+
tag: "2025.1.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
@@ -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.7.1" # Container image tag.
87+
tag: "2025.1.0" # 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.7.1" # Container image tag.
187+
tag: "2025.1.0" # 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

Comments
 (0)