1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update Kubectl version map

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-09-01 14:55:44 +03:00
parent f4d262b294
commit af99da29f2

View File

@ -22,9 +22,10 @@ const kubectlMap: Map<string, string> = new Map([
["1.13", "1.13.12"], ["1.13", "1.13.12"],
["1.14", "1.14.10"], ["1.14", "1.14.10"],
["1.15", "1.15.11"], ["1.15", "1.15.11"],
["1.16", "1.16.8"], ["1.16", "1.16.14"],
["1.17", bundledVersion], ["1.17", bundledVersion],
["1.18", "1.18.0"] ["1.18", "1.18.8"],
["1.19", "1.19.0"]
]) ])
const packageMirrors: Map<string, string> = new Map([ const packageMirrors: Map<string, string> = new Map([