Skip to content

Commit f7695e8

Browse files
committed
Use Ubuntu 22.04 for e2e tests
Signed-off-by: Stefan Büringer [email protected]
1 parent f664bcc commit f7695e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/config/vsphere-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ variables:
112112
VSPHERE_DATASTORE: "WorkloadDatastore"
113113
VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy"
114114
VSPHERE_NETWORK: "sddc-cgw-network-6"
115-
VSPHERE_TEMPLATE: "ubuntu-2004-kube-v1.28.0"
115+
VSPHERE_TEMPLATE: "ubuntu-2204-kube-v1.28.0"
116116
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-3510.2.6-kube-v1.28.0"
117117
VSPHERE_INSECURE_CSI: "true"
118118
KUBETEST_CONFIGURATION: "./data/kubetest/conformance.yaml"

test/e2e/config/vsphere-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ variables:
118118
VSPHERE_DATASTORE: "WorkloadDatastore"
119119
VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy"
120120
VSPHERE_NETWORK: "network-1"
121-
VSPHERE_TEMPLATE: "ubuntu-2004-kube-v1.28.0"
121+
VSPHERE_TEMPLATE: "ubuntu-2204-kube-v1.28.0"
122122
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-3510.2.6-kube-v1.28.0"
123123
# WORKLOAD_CONTROL_PLANE_ENDPOINT_IP:
124124
# Also following variables are required but it is recommended to use env variables to avoid disclosure of sensitive data

0 commit comments

Comments
 (0)