mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 10:34:06 +08:00
After testing on 21.02-ALPHA it seems like 21.02-ALPHA doesn't actually support the definitions/certificate and definitions/certificateAuthority very well (if at all). Setting the stable to 21.04-ALPHA seems okey, while it isn't officially a planned release, it can always be adapted to the actual release date in the future.
35 lines
975 B
JSON
35 lines
975 B
JSON
{
|
|
"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"}
|
|
},
|
|
"definitions/gpuConfiguration": {
|
|
"stable": {"min": "20.12-ALPHA"},
|
|
"nightlies": {"min": "20.10-MASTER-somever"}
|
|
},
|
|
"definitions/timezone": {
|
|
"stable": {"min": "20.12-ALPHA"},
|
|
"nightlies": {"min": "20.12-MASTER"}
|
|
},
|
|
"definitions/nodeIP": {
|
|
"stable": {"min": "20.12-ALPHA"},
|
|
"nightlies": {"min": "20.12-MASTER"}
|
|
},
|
|
"definitions/certificate": {
|
|
"stable": {"min": "21.04-ALPHA"},
|
|
"nightlies": {"min": "21.02-MASTER"}
|
|
},
|
|
"definitions/certificateAuthority": {
|
|
"stable": {"min": "21.04-ALPHA"},
|
|
"nightlies": {"min": "21.02-MASTER"}
|
|
}
|
|
}
|