Skip to content

Commit

Permalink
Update Dask version to 2024.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored and github-actions[bot] committed Jul 7, 2024
1 parent 80c511f commit 437deb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.5.2"
appVersion: "2024.7.0"
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.5.2" # Container image tag.
tag: "2024.7.0" # 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.5.2" # Container image tag.
tag: "2024.7.0" # 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.5.2" # Container image tag.
tag: "2024.7.0" # 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

0 comments on commit 437deb7

Please sign in to comment.