File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -461,8 +461,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST)
461461 kubectl wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-webhook
462462
463463 # Deploy CAPI
464- # Using cluster-api nightly build until 0.4.x is released.
465- curl --retry $(CURL_RETRIES) -sSL https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_master_20210607/cluster-api-components.yaml | $(ENVSUBST) | kubectl apply -f -
464+ curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.0-beta.0/cluster-api-components.yaml | $(ENVSUBST) | kubectl apply -f -
466465
467466 # Deploy CAPZ
468467 kind load docker-image $(CONTROLLER_IMG)-$(ARCH):$(TAG) --name=capz
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ settings = {
1616 "deploy_cert_manager" : True ,
1717 "preload_images_for_kind" : True ,
1818 "kind_cluster_name" : "capz" ,
19- "capi_version" : "nightly_master_20210607 " ,
19+ "capi_version" : "v0.4.0-beta.0 " ,
2020 "cert_manager_version" : "v1.1.0" ,
2121 "kubernetes_version" : "v1.19.7" ,
2222 "aks_kubernetes_version" : "v1.20.5"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ providers:
99 type : CoreProvider
1010 versions :
1111 - name : v0.4.0
12- value : https://storage.googleapis. com/artifacts.k8s-staging- cluster-api.appspot.com/components/nightly_master_20210607 /core-components.yaml
12+ value : https://github. com/kubernetes-sigs/ cluster-api/releases/download/v0.4.0-beta.0 /core-components.yaml
1313 type : url
1414 files :
1515 - sourcePath : " ../data/shared/v1alpha4/metadata.yaml"
@@ -22,7 +22,7 @@ providers:
2222 type : BootstrapProvider
2323 versions :
2424 - name : v0.4.0
25- value : https://storage.googleapis. com/artifacts.k8s-staging- cluster-api.appspot.com/components/nightly_master_20210607 /bootstrap-components.yaml
25+ value : https://github. com/kubernetes-sigs/ cluster-api/releases/download/v0.4.0-beta.0 /bootstrap-components.yaml
2626 type : url
2727 files :
2828 - sourcePath : " ../data/shared/v1alpha4/metadata.yaml"
@@ -35,7 +35,7 @@ providers:
3535 type : ControlPlaneProvider
3636 versions :
3737 - name : v0.4.0
38- value : https://storage.googleapis. com/artifacts.k8s-staging- cluster-api.appspot.com/components/nightly_master_20210607 /control-plane-components.yaml
38+ value : https://github. com/kubernetes-sigs/ cluster-api/releases/download/v0.4.0-beta.0 /control-plane-components.yaml
3939 type : url
4040 files :
4141 - sourcePath : " ../data/shared/v1alpha4/metadata.yaml"
You can’t perform that action at this time.
0 commit comments