mirror of
https://github.com/rancher/rke.git
synced 2025-07-22 19:11:42 +00:00
Merge pull request #2239 from kinarashah/vkdm
update kdm to hide 1.15 for new clusters
This commit is contained in:
commit
e22c29e4bd
File diff suppressed because one or more lines are too long
@ -5943,6 +5943,10 @@
|
|||||||
"maxRKEVersion": "1.0.0",
|
"maxRKEVersion": "1.0.0",
|
||||||
"maxRancherVersion": "2.3.3"
|
"maxRancherVersion": "2.3.3"
|
||||||
},
|
},
|
||||||
|
"v1.15": {
|
||||||
|
"maxRKEVersion": "1.1.99",
|
||||||
|
"maxRancherVersion": "2.4.99"
|
||||||
|
},
|
||||||
"v1.15.11-rancher1-1": {
|
"v1.15.11-rancher1-1": {
|
||||||
"minRKEVersion": "1.0.0",
|
"minRKEVersion": "1.0.0",
|
||||||
"minRancherVersion": "2.3.3"
|
"minRancherVersion": "2.3.3"
|
||||||
|
@ -90,7 +90,7 @@ func readFile(file string) ([]byte, error) {
|
|||||||
return ioutil.ReadFile(file)
|
return ioutil.ReadFile(file)
|
||||||
}
|
}
|
||||||
|
|
||||||
const RKEVersionDev = "v1.1.5-rc100"
|
const RKEVersionDev = "v1.2.0-rc0"
|
||||||
|
|
||||||
func initAddonTemplates(data kdm.Data) {
|
func initAddonTemplates(data kdm.Data) {
|
||||||
K8sVersionToTemplates = data.K8sVersionedTemplates
|
K8sVersionToTemplates = data.K8sVersionedTemplates
|
||||||
|
Loading…
Reference in New Issue
Block a user