Skip to content

Commit 3cc7ca0

Browse files
authored
Merge pull request #300 from chrisdoherty4/upgrade-tilt-capi-dep
Upgrade CAPI clone verison used in Tilt
2 parents b860d9f + 9c973f8 commit 3cc7ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ delete-kind-cluster:
245245
kind delete cluster --name $(KIND_CLUSTER_NAME)
246246

247247
cluster-api: ## Clone cluster-api repository for tilt use.
248-
git clone --branch v1.3.9 --depth 1 https://github.com/kubernetes-sigs/cluster-api.git
248+
git clone --branch v1.4.4 --depth 1 https://github.com/kubernetes-sigs/cluster-api.git
249249

250250
cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
251251
cp ./hack/tilt-settings.json cluster-api

0 commit comments

Comments
 (0)