File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ settings = {
1818 "kind_cluster_name" : "capz" ,
1919 "capi_version" : "v0.4.0-beta.0" ,
2020 "cert_manager_version" : "v1.1.0" ,
21- "kubernetes_version" : "v1.19.7 " ,
21+ "kubernetes_version" : "v1.19.11 " ,
2222 "aks_kubernetes_version" : "v1.20.5"
2323}
2424
@@ -42,7 +42,7 @@ if "default_registry" in settings:
4242# deploy CAPI
4343def deploy_capi ():
4444 version = settings .get ("capi_version" )
45- capi_uri = "https://storage.googleapis. com/artifacts.k8s-staging- cluster-api.appspot.com/components /{}/cluster-api-components.yaml" .format (version )
45+ capi_uri = "https://github. com/kubernetes-sigs/ cluster-api/releases/download /{}/cluster-api-components.yaml" .format (version )
4646 cmd = "curl -sSL {} | {} | kubectl apply -f -" .format (capi_uri , envsubst_cmd )
4747 local (cmd , quiet = True )
4848 if settings .get ("extra_args" ):
You can’t perform that action at this time.
0 commit comments