Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dask/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
name: dask
version: 0.0.1-set.by.chartpress
appVersion: "2025.11.0"
appVersion: "2026.1.2"
description: Distributed computation in Python with task scheduling
home: https://dask.org
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200
Expand Down
6 changes: 3 additions & 3 deletions dask/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scheduler:
enabled: true # Enable/disable scheduler.
image:
repository: "ghcr.io/dask/dask" # Container image repository.
tag: "2025.11.0" # Container image tag.
tag: "2026.1.2" # Container image tag.
pullPolicy: IfNotPresent # Container image pull policy.
pullSecrets: # Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
# - name: regcred
Expand Down Expand Up @@ -92,7 +92,7 @@ worker:
name: worker # Dask worker name.
image:
repository: "ghcr.io/dask/dask" # Container image repository.
tag: "2025.11.0" # Container image tag.
tag: "2026.1.2" # Container image tag.
pullPolicy: IfNotPresent # Container image pull policy.
dask_worker: "dask-worker" # Dask worker command. E.g `dask-cuda-worker` for GPU worker.
pullSecrets: # Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
Expand Down Expand Up @@ -192,7 +192,7 @@ jupyter:
rbac: true # Create RBAC service account and role to allow Jupyter pod to scale worker pods and access logs.
image:
repository: "ghcr.io/dask/dask-notebook" # Container image repository.
tag: "2025.11.0" # Container image tag.
tag: "2026.1.2" # Container image tag.
pullPolicy: IfNotPresent # Container image pull policy.
pullSecrets: # Container image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
# - name: regcred
Expand Down