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

bundle kubectl 1.21.2

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-07-05 14:30:57 +03:00
parent e3a2922ddc
commit 5e40711128
2 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
"postversion": "git push --set-upstream ${GIT_REMOTE:-origin} release/v$npm_package_version"
},
"config": {
"bundledKubectlVersion": "1.18.15",
"bundledKubectlVersion": "1.21.2",
"bundledHelmVersion": "3.5.4"
},
"engines": {

View File

@ -46,10 +46,10 @@ const kubectlMap: Map<string, string> = new Map([
["1.15", "1.15.11"],
["1.16", "1.16.15"],
["1.17", "1.17.17"],
["1.18", bundledVersion],
["1.19", "1.19.7"],
["1.20", "1.20.2"],
["1.21", "1.21.1"]
["1.18", "1.18.20"],
["1.19", "1.19.12"],
["1.20", "1.20.8"],
["1.21", bundledVersion]
]);
const packageMirrors: Map<string, string> = new Map([
["default", "https://storage.googleapis.com/kubernetes-release/release"],