We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac1bcf commit aa5f7bcCopy full SHA for aa5f7bc
.github/workflows/smoke-test.yaml
@@ -46,7 +46,7 @@ jobs:
46
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
47
48
# clusterctl
49
- VERSION=v1.10.5
+ VERSION=v1.11.1
50
curl -L "https://github.com/kubernetes-sigs/cluster-api/releases/download/${VERSION}/clusterctl-linux-${ARCH}" -o clusterctl
51
sudo install -o root -g root -m 0755 clusterctl /usr/local/bin/clusterctl
52
clusterctl version
0 commit comments