mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
Add feature capability json file for version lookups
This commit is contained in:
18
features_capability.json
Normal file
18
features_capability.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"normalize/interfaceConfiguration": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"normalize/ixVolume": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"definitions/interface": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"validations/persistentVolumeClaims": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user