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

Add kubectl v1.20 to version map (#1809)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-23 08:51:47 +02:00 committed by GitHub
parent f834c7a61b
commit 90da642b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,11 @@ const kubectlMap: Map<string, string> = new Map([
["1.13", "1.13.12"],
["1.14", "1.14.10"],
["1.15", "1.15.11"],
["1.16", "1.16.14"],
["1.16", "1.16.15"],
["1.17", bundledVersion],
["1.18", "1.18.8"],
["1.19", "1.19.0"]
["1.18", "1.18.15"],
["1.19", "1.19.5"],
["1.20", "1.20.0"]
]);
const packageMirrors: Map<string, string> = new Map([
["default", "https://storage.googleapis.com/kubernetes-release/release"],