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 (#2772)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-05-14 21:39:19 +03:00 committed by GitHub
parent a930d5f14f
commit 761e3a8f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"],