Skip to content

Commit 27b12e3

Browse files
authored
Merge pull request #2286 from sbueringer/pr-bump-ccm-1.28.0
🌱 Bump ccm to 1.28.0
2 parents ea5331d + cf647fe commit 27b12e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/config/vsphere-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ providers:
9898

9999
variables:
100100
KUBERNETES_VERSION: "v1.28.0"
101-
CPI_IMAGE_K8S_VERSION: "v1.27.0"
101+
CPI_IMAGE_K8S_VERSION: "v1.28.0"
102102
CNI: "./data/cni/calico/calico.yaml"
103103
EXP_CLUSTER_RESOURCE_SET: "true"
104104
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"

test/e2e/config/vsphere-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ providers:
101101

102102
variables:
103103
KUBERNETES_VERSION: "v1.28.0"
104-
CPI_IMAGE_K8S_VERSION: "v1.27.0"
104+
CPI_IMAGE_K8S_VERSION: "v1.28.0"
105105
CNI: "./data/cni/calico/calico.yaml"
106106
EXP_CLUSTER_RESOURCE_SET: "true"
107107
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
@@ -141,7 +141,7 @@ variables:
141141
VSPHERE2_SERVER: "vcenter2.vmware.com"
142142
VSPHERE2_TLS_THUMBPRINT: "AA:BB:CC:DD:11:22:33:44:EE:FF"
143143
VSPHERE2_RESOURCE_POOL: "ResourcePool"
144-
VSPHERE2_TEMPLATE: "ubuntu-2004-kube-v1.27.3"
144+
VSPHERE2_TEMPLATE: "ubuntu-2204-kube-v1.28.0"
145145
# Dedicated IP to be used by kube-vip
146146
VSPHERE2_CONTROL_PLANE_ENDPOINT_IP:
147147
# Following variables are also required and please use env variables to avoid disclosure of sensitive data

0 commit comments

Comments
 (0)