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 ec21572 commit 1f82e7eCopy full SHA for 1f82e7e
Makefile
@@ -245,7 +245,7 @@ delete-kind-cluster:
245
kind delete cluster --name $(KIND_CLUSTER_NAME)
246
247
cluster-api: ## Clone cluster-api repository for tilt use.
248
- git clone --branch v1.4.4 --depth 1 https://github.com/kubernetes-sigs/cluster-api.git
+ git clone --branch v1.4.6 --depth 1 https://github.com/kubernetes-sigs/cluster-api.git
249
250
cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
251
cp ./hack/tilt-settings.json cluster-api
0 commit comments