Skip to content

Commit 5e8d004

Browse files
authored
Add downloadDependencies to values.schema.json
1 parent 4aea5ac commit 5e8d004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/minecraft/values.schema.json

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
},
5353
"uniqueItems": true
5454
},
55+
"downloadDependencies": {
56+
"enum": ["none", "required", "optional"]
57+
},
5558
"optionalDependencies": {
5659
"type": "boolean"
5760
},

0 commit comments

Comments
 (0)