mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
bump kubectl version map
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
cd413d02ea
commit
8290d7e004
@ -23,10 +23,10 @@ const kubectlMap: Map<string, string> = new Map([
|
|||||||
["1.14", "1.14.10"],
|
["1.14", "1.14.10"],
|
||||||
["1.15", "1.15.11"],
|
["1.15", "1.15.11"],
|
||||||
["1.16", "1.16.15"],
|
["1.16", "1.16.15"],
|
||||||
["1.17", bundledVersion],
|
["1.17", "1.17.17"],
|
||||||
["1.18", "1.18.14"],
|
["1.18", bundledVersion],
|
||||||
["1.19", "1.19.5"],
|
["1.19", "1.19.7"],
|
||||||
["1.20", "1.20.0"]
|
["1.20", "1.20.2"]
|
||||||
]);
|
]);
|
||||||
const packageMirrors: Map<string, string> = new Map([
|
const packageMirrors: Map<string, string> = new Map([
|
||||||
["default", "https://storage.googleapis.com/kubernetes-release/release"],
|
["default", "https://storage.googleapis.com/kubernetes-release/release"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user