File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ settings = {
22
22
"kind_cluster_name" : "capz" ,
23
23
"capi_version" : "v1.7.2" ,
24
24
"caaph_version" : "v0.2.1" ,
25
- "cert_manager_version" : "v1.14.4 " ,
25
+ "cert_manager_version" : "v1.14.5 " ,
26
26
"kubernetes_version" : "v1.28.3" ,
27
27
"aks_kubernetes_version" : "v1.28.3" ,
28
28
"flatcar_version" : "3374.2.1" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ source "${REPO_ROOT}/hack/common-vars.sh"
54
54
make --directory=" ${REPO_ROOT} " " ${KUBECTL##*/ } "
55
55
56
56
# # Install cert manager and wait for availability
57
- " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.14.4 /cert-manager.yaml
57
+ " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.14.5 /cert-manager.yaml
58
58
" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager
59
59
" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-cainjector
60
60
" ${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