Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte authored Sep 11, 2024
1 parent 96b0ac6 commit 85a71dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dask/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion charts/dask/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 85a71dc

Please sign in to comment.