File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ settings = {
24
24
"kind_cluster_name" : "capz" ,
25
25
"capi_version" : "v1.9.6" ,
26
26
"caaph_version" : "v0.2.5" ,
27
- "cert_manager_version" : "v1.16.4 " ,
27
+ "cert_manager_version" : "v1.17.2 " ,
28
28
"kubernetes_version" : "v1.30.2" ,
29
29
"aks_kubernetes_version" : "v1.30.2" ,
30
30
"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.16.4 /cert-manager.yaml
57
+ " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.17.2 /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