1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-22 16:45:57 +00:00

Merge pull request #2072 from aiyengar2/default-1-18-all-versions

Make k8s 1.18 the default across all versions of Rancher
This commit is contained in:
aiyengar2 2020-05-21 16:56:45 -07:00 committed by GitHub
commit a7a70221ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -4736,8 +4736,11 @@
"2.3.1": "v1.15.x",
"2.3.2": "v1.15.x",
"2.3.3": "v1.16.x",
"2.4.4": "v1.18.x",
"default": "v1.17.x"
"2.4.0": "v1.17.x",
"2.4.1": "v1.17.x",
"2.4.2": "v1.17.x",
"2.4.3": "v1.17.x",
"default": "v1.18.x"
},
"RKEDefaultK8sVersions": {
"0.3": "v1.16.3-rancher1-1",