Skip to content

Commit 6a43427

Browse files
test(e2e): update k8s UPGRADE_FROM to 1.33 (#627)
this was incorrectly set to 1.34
1 parent c80ed73 commit 6a43427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/config/nutanix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ variables:
147147
EXP_CLUSTER_TOPOLOGY: "true"
148148
DOCKER_POD_CIDRS: "192.168.0.0/16"
149149
KUBERNETES_VERSION_UPGRADE_TO: "v1.34.0"
150-
KUBERNETES_VERSION_UPGRADE_FROM: "v1.34.0"
150+
KUBERNETES_VERSION_UPGRADE_FROM: "v1.33.0"
151151
ETCD_VERSION_UPGRADE_TO: "3.6.4-0"
152152
COREDNS_VERSION_UPGRADE_TO: "v1.12.1"
153153
KUBETEST_CONFIGURATION: "./data/kubetest/conformance.yaml"

0 commit comments

Comments
 (0)