diff --git a/dask/Chart.yaml b/dask/Chart.yaml index df6a1a3..722116e 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.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 diff --git a/dask/values.yaml b/dask/values.yaml index 81cc0aa..874b4d3 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.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 @@ -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/). @@ -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