Skip to content

Commit 597dcc0

Browse files
committed
chore: run e2e tests with latest vcluster binary
1 parent fddb777 commit 597dcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
sudo mv ./kubectl /usr/local/bin/kubectl
7777
7878
# Install vcluster
79-
curl -Lo vcluster https://github.com/loft-sh/vcluster/releases/download/v0.22.3/vcluster-linux-amd64
79+
curl -Lo vcluster https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-amd64
8080
chmod +x ./vcluster
8181
sudo mv ./vcluster /usr/local/bin/vcluster
8282

0 commit comments

Comments
 (0)