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

bundle kubectl 1.23.3

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2022-02-08 20:49:13 +02:00
parent d4d2da1d28
commit 77c43e8b4f
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -35,7 +35,9 @@ const kubectlMap: Map<string, string> = new Map([
["1.18", "1.18.20"],
["1.19", "1.19.12"],
["1.20", "1.20.8"],
["1.21", bundledVersion],
["1.21", "1.21.9"],
["1.22", "1.22.6"],
["1.23", bundledVersion],
]);
let bundledPath: string;
const initScriptVersionString = "# lens-initscript v3";