Skip to content

Commit d49306e

Browse files
authored
Merge pull request #4409 from Ankitasw/fix-e2e
[E2E] Bump k8s version to v1.26.6 to fix conformance tests
2 parents d54e026 + 99973e5 commit d49306e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ variables:
143143
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
144144
# This avoids building node images in the default case which improves the test duration significantly.
145145
KUBERNETES_VERSION_MANAGEMENT: "v1.27.3"
146-
KUBERNETES_VERSION: "v1.26.0"
147-
KUBERNETES_VERSION_UPGRADE_TO: "v1.26.0"
146+
KUBERNETES_VERSION: "v1.26.6"
147+
KUBERNETES_VERSION_UPGRADE_TO: "v1.26.6"
148148
KUBERNETES_VERSION_UPGRADE_FROM: "v1.25.3"
149149
# Pre and post 1.23 Kubernetes versions are being used for CSI upgrade tests
150150
PRE_1_23_KUBERNETES_VERSION: "v1.22.17"
@@ -156,7 +156,7 @@ variables:
156156
AWS_NODE_MACHINE_TYPE: t3.large
157157
AWS_MACHINE_TYPE_VCPU_USAGE: 2
158158
AWS_SSH_KEY_NAME: "cluster-api-provider-aws-sigs-k8s-io"
159-
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "v1.26.0"
159+
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "v1.26.6"
160160
CONFORMANCE_WORKER_MACHINE_COUNT: "5"
161161
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT: "3"
162162
ETCD_VERSION_UPGRADE_TO: "3.5.6-0"

0 commit comments

Comments
 (0)