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 = {
2222 "kind_cluster_name" : "capz" ,
2323 "capi_version" : "v1.7.2" ,
2424 "caaph_version" : "v0.2.1" ,
25- "cert_manager_version" : "v1.14.4 " ,
25+ "cert_manager_version" : "v1.14.5 " ,
2626 "kubernetes_version" : "v1.28.3" ,
2727 "aks_kubernetes_version" : "v1.28.3" ,
2828 "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"
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.14.4 /cert-manager.yaml
57+ " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.14.5 /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