From 85a71dc5d6396fb8c78662220d6099f69f0bfafd Mon Sep 17 00:00:00 2001 From: Comte Date: Wed, 11 Sep 2024 11:44:27 +0200 Subject: [PATCH] oups --- charts/dask/Chart.yaml | 2 +- charts/dask/values.schema.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/dask/Chart.yaml b/charts/dask/Chart.yaml index 5f05a45e..1609e80a 100644 --- a/charts/dask/Chart.yaml +++ b/charts/dask/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.2 +version: 1.0.3 dependencies: - name: dask diff --git a/charts/dask/values.schema.json b/charts/dask/values.schema.json index 585aac51..97eb8915 100644 --- a/charts/dask/values.schema.json +++ b/charts/dask/values.schema.json @@ -55,10 +55,11 @@ "tag": { "description": "tag of the dask worker image", "type": "string", - "enum": [ + "listEnum": [ "py3.11.8", "py3.12.2" ], + "render": "list", "default": "py3.12.2" } }