Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dask version to 2024.4.1 #465

Merged
merged 1 commit into from
Apr 9, 2024
Merged
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: "2024.4.0"
appVersion: "2024.4.1"
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: "2024.4.0" # Container image tag.
tag: "2024.4.1" # 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 @@ -84,7 +84,7 @@ worker:
name: worker # Dask worker name.
image:
repository: "ghcr.io/dask/dask" # Container image repository.
tag: "2024.4.0" # Container image tag.
tag: "2024.4.1" # 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 @@ -184,7 +184,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: "2024.4.0" # Container image tag.
tag: "2024.4.1" # 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