From 79c57adaf93b5b309f9f3246f10a7ea0a38c2dd2 Mon Sep 17 00:00:00 2001 From: jacobtomlinson <1610850+jacobtomlinson@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:04:13 +0000 Subject: [PATCH] Update Dask version to 2024.4.1 --- dask/Chart.yaml | 2 +- dask/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dask/Chart.yaml b/dask/Chart.yaml index 43ff5bd..dd12809 100755 --- a/dask/Chart.yaml +++ b/dask/Chart.yaml @@ -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 diff --git a/dask/values.yaml b/dask/values.yaml index 795e2d6..bba1ff0 100644 --- a/dask/values.yaml +++ b/dask/values.yaml @@ -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 @@ -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/). @@ -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