File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,9 @@ variables:
244
244
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
245
245
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
246
246
# This avoids building node images in the default case which improves the test duration significantly.
247
- KUBERNETES_VERSION_MANAGEMENT : " v1.23.0 "
248
- KUBERNETES_VERSION : " v1.23.0 "
249
- KUBERNETES_VERSION_UPGRADE_TO : " v1.23.0 "
247
+ KUBERNETES_VERSION_MANAGEMENT : " v1.23.3 "
248
+ KUBERNETES_VERSION : " v1.23.3 "
249
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.23.3 "
250
250
KUBERNETES_VERSION_UPGRADE_FROM : " v1.22.4"
251
251
CNI : " ../../data/cni/calico.yaml"
252
252
KUBETEST_CONFIGURATION : " ../../data/kubetest/conformance.yaml"
@@ -255,7 +255,7 @@ variables:
255
255
AWS_NODE_MACHINE_TYPE : t3.large
256
256
AWS_MACHINE_TYPE_VCPU_USAGE : 2
257
257
AWS_SSH_KEY_NAME : " cluster-api-provider-aws-sigs-k8s-io"
258
- CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION : " v1.23.0 "
258
+ CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION : " v1.23.3 "
259
259
CONFORMANCE_WORKER_MACHINE_COUNT : " 5"
260
260
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT : " 1"
261
261
ETCD_VERSION_UPGRADE_TO : " 3.5.1-0"
You can’t perform that action at this time.
0 commit comments