Skip to content

Commit 6a334b4

Browse files
chore: Updated kind to latest version
1 parent 809e536 commit 6a334b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/platforms/kind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function download(osDistro: string): Promise<void> {
5959
} catch (error) {
6060
console.log('Downloading KinD...');
6161

62-
const url = `https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-${osDistro}-amd64`;
62+
const url = `https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-${osDistro}-amd64`;
6363
await exec(`curl -Lo ./kind ${url}`);
6464
chmodSync('kind', 0o755); // rwxr-xr-x
6565

0 commit comments

Comments
 (0)