Skip to content

Commit 3eaa3f0

Browse files
authored
Merge pull request #3547 from sbueringer/pr-bump-cpi
✨ Bump CPI to v1.34.0-beta.0
2 parents 8c24ddf + ee16f30 commit 3eaa3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/flavorgen/cloudprovider/cpi/cpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ spec:
159159
priorityClassName: system-node-critical
160160
containers:
161161
- name: vsphere-cpi
162-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.33.0
162+
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.34.0-beta.0
163163
imagePullPolicy: IfNotPresent
164164
args:
165165
- --cloud-provider=vsphere

test/e2e/config/vsphere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ variables:
282282
KUBERNETES_VERSION_UPGRADE_FROM: "v1.32.0"
283283
KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0"
284284
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.34"
285-
CPI_IMAGE_K8S_VERSION: "v1.33.0"
285+
CPI_IMAGE_K8S_VERSION: "v1.34.0-beta.0"
286286
CNI: "./data/cni/calico/calico.yaml"
287287
AUTOSCALER_WORKLOAD: "./data/autoscaler/autoscaler-to-management-workload.yaml"
288288
CONTROL_PLANE_MACHINE_COUNT: 1

0 commit comments

Comments
 (0)