Skip to content

Commit aa5f7bc

Browse files
committed
chore: Bump up clusterctl version
Signed-off-by: kahirokunn <[email protected]>
1 parent 0ac1bcf commit aa5f7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
4747
4848
# clusterctl
49-
VERSION=v1.10.5
49+
VERSION=v1.11.1
5050
curl -L "https://github.com/kubernetes-sigs/cluster-api/releases/download/${VERSION}/clusterctl-linux-${ARCH}" -o clusterctl
5151
sudo install -o root -g root -m 0755 clusterctl /usr/local/bin/clusterctl
5252
clusterctl version

0 commit comments

Comments
 (0)