mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add kubectl 1.21 to version map (#2772)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
a930d5f14f
commit
761e3a8f52
@ -47,7 +47,8 @@ const kubectlMap: Map<string, string> = new Map([
|
|||||||
["1.17", "1.17.17"],
|
["1.17", "1.17.17"],
|
||||||
["1.18", bundledVersion],
|
["1.18", bundledVersion],
|
||||||
["1.19", "1.19.7"],
|
["1.19", "1.19.7"],
|
||||||
["1.20", "1.20.2"]
|
["1.20", "1.20.2"],
|
||||||
|
["1.21", "1.21.1"]
|
||||||
]);
|
]);
|
||||||
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