File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ settings = {
15
15
"kind_cluster_name" : "capm3" ,
16
16
"capi_version" : "$CAPIRELEASE" ,
17
17
"kubernetes_version" : "$KUBERNETES_VERSION" ,
18
- "cert_manager_version" : "v1.13 .0" ,
18
+ "cert_manager_version" : "v1.14 .0" ,
19
19
"enable_providers" : [],
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ echo "Generated ${METAL3PLANE_GENERATED_FILE}"
115
115
echo " Generated ${MACHINEDEPLOYMENT_GENERATED_FILE} "
116
116
117
117
# Get Cert-manager provider components file
118
- curl --fail -Ss -L -o " ${COMPONENTS_CERT_MANAGER_GENERATED_FILE} " https://github.com/cert-manager/cert-manager/releases/download/v1.13 .0/cert-manager.yaml
118
+ curl --fail -Ss -L -o " ${COMPONENTS_CERT_MANAGER_GENERATED_FILE} " https://github.com/cert-manager/cert-manager/releases/download/v1.14 .0/cert-manager.yaml
119
119
echo " Downloaded ${COMPONENTS_CERT_MANAGER_GENERATED_FILE} "
120
120
121
121
# Generate Cluster API provider components file.
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ variables:
153
153
# Pin Calico version
154
154
CALICO_PATCH_RELEASE : " v3.25.1"
155
155
# Pin CertManager for upgrade tests
156
- CERT_MANAGER_RELEASE : v1.13 .0
156
+ CERT_MANAGER_RELEASE : v1.14 .0
157
157
# Default vars for the template, those values could be overridden by the env-vars.
158
158
CAPI_VERSION : " v1beta1"
159
159
CAPM3_VERSION : " v1beta1"
You can’t perform that action at this time.
0 commit comments