Skip to content

Commit

Permalink
Bump kuberlr from v0.4.1 to v0.4.2
Browse files Browse the repository at this point in the history
Related issues:
rancher-sandbox#2323
flavio/kuberlr#22

Signed-off-by: Tomas Hehejik <[email protected]>
  • Loading branch information
thehejik committed Jun 15, 2022
1 parent 9eacdeb commit 4c99d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function findHome(onWindows) {
}

async function downloadKuberlr(kubePlatform, cpu, destDir) {
const kuberlrVersion = '0.4.1';
const kuberlrVersion = '0.4.2';
const baseURL = `https://github.com/flavio/kuberlr/releases/download/v${ kuberlrVersion }`;
const platformDir = `kuberlr_${ kuberlrVersion }_${ kubePlatform }_${ cpu }`;
const archiveName = platformDir + (kubePlatform.startsWith('win') ? '.zip' : '.tar.gz');
Expand Down

0 comments on commit 4c99d48

Please sign in to comment.