Skip to content

Commit 023a977

Browse files
authored
Merge pull request #3200 from kinvolk/invidian/update-e2e-tests-to-k8s-1.23.3
test/e2e/data/e2e_conf.yaml: bump k8s version to v1.23.3
2 parents 8f04b85 + f2716ad commit 023a977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ variables:
244244
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
245245
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
246246
# 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"
250250
KUBERNETES_VERSION_UPGRADE_FROM: "v1.22.4"
251251
CNI: "../../data/cni/calico.yaml"
252252
KUBETEST_CONFIGURATION: "../../data/kubetest/conformance.yaml"
@@ -255,7 +255,7 @@ variables:
255255
AWS_NODE_MACHINE_TYPE: t3.large
256256
AWS_MACHINE_TYPE_VCPU_USAGE: 2
257257
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"
259259
CONFORMANCE_WORKER_MACHINE_COUNT: "5"
260260
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT: "1"
261261
ETCD_VERSION_UPGRADE_TO: "3.5.1-0"

0 commit comments

Comments
 (0)