Skip to content

Commit 98543ba

Browse files
authored
Merge pull request #512 from mattfarina/fix-kuberlr-process
Fix issue with process hold on renaming kubectl with kuberlr
2 parents fe4fce7 + 247ddda commit 98543ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download/tools.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function findHome(onWindows) {
4646
}
4747

4848
async function downloadKuberlr(kubePlatform, destDir) {
49-
const kuberlrVersion = '0.4.0';
49+
const kuberlrVersion = '0.4.1';
5050
const baseURL = `https://github.com/flavio/kuberlr/releases/download/v${ kuberlrVersion }`;
5151
const platformDir = `kuberlr_${ kuberlrVersion }_${ kubePlatform }_amd64`;
5252
const archiveName = platformDir + (kubePlatform.startsWith('win') ? '.zip' : '.tar.gz');

0 commit comments

Comments
 (0)