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 @@ -24,7 +24,7 @@ settings = {
2424 "kind_cluster_name" : "capz" ,
2525 "capi_version" : "v1.10.7" ,
2626 "caaph_version" : "v0.2.5" ,
27- "cert_manager_version" : "v1.19.0 " ,
27+ "cert_manager_version" : "v1.19.1 " ,
2828 "kubernetes_version" : "v1.32.2" ,
2929 "aks_kubernetes_version" : "v1.30.2" ,
3030 "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.19.0 /cert-manager.yaml
57+ " ${KUBECTL} " apply -f https://github.com/jetstack/cert-manager/releases/download/v1.19.1 /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