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

Add Kubectl 1.21 to version map

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-05-14 10:03:14 +03:00
parent a930d5f14f
commit fc0ffb15d4

View File

@ -47,7 +47,8 @@ const kubectlMap: Map<string, string> = new Map([
["1.17", "1.17.17"],
["1.18", bundledVersion],
["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([
["default", "https://storage.googleapis.com/kubernetes-release/release"],