File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ settings = {
2020 "preload_images_for_kind" : True ,
2121 "kind_cluster_name" : "capz" ,
2222 "capi_version" : "v1.3.1" ,
23- "cert_manager_version" : "v1.10 .0" ,
23+ "cert_manager_version" : "v1.11 .0" ,
2424 "kubernetes_version" : "v1.24.6" ,
2525 "aks_kubernetes_version" : "v1.24.6" ,
2626}
@@ -400,7 +400,7 @@ include_user_tilt_files()
400400load ("ext://cert_manager" , "deploy_cert_manager" )
401401
402402if settings .get ("deploy_cert_manager" ):
403- deploy_cert_manager ()
403+ deploy_cert_manager (version = settings . get ( "cert_manager_version" ) )
404404
405405deploy_capi ()
406406
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ source "${REPO_ROOT}/hack/common-vars.sh"
5454make --directory=" ${REPO_ROOT} " " ${KUBECTL##*/ } "
5555
5656# # Install cert manager and wait for availability
57- " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.10 .0/cert-manager.yaml
57+ " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.11 .0/cert-manager.yaml
5858" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager
5959" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-cainjector
6060" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-webhook
You can’t perform that action at this time.
0 commit comments