From 18ad9ba7618b8c0d72cba8b99312c2f1cb60fb28 Mon Sep 17 00:00:00 2001 From: jacobtomlinson <1610850+jacobtomlinson@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:03:28 +0000 Subject: [PATCH] Update Dask version to --- 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 f47a3de..4b76be2 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.2.0" +appVersion: "" 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 4174e47..9fccf5a 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.2.0" # Container image tag. + tag: "" # 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.2.0" # Container image tag. + tag: "" # 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.2.0" # Container image tag. + tag: "" # 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