Skip to content

Commit 9bfdfde

Browse files
authored
Merge pull request #1128 from yastij/bump-cpi
bump cloud-provider-vsphere to v1.18.1
2 parents 60b5722 + 27ae29f commit 9bfdfde

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packaging/flavorgen/flavors/generators.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import (
3535
const (
3636
clusterNameVar = "${CLUSTER_NAME}"
3737
controlPlaneMachineCountVar = "${CONTROL_PLANE_MACHINE_COUNT}"
38-
defaultCloudProviderImage = "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.2.1"
3938
defaultClusterCIDR = "192.168.0.0/16"
4039
defaultDiskGiB = 25
4140
defaultMemoryMiB = 8192
@@ -148,7 +147,7 @@ func newVSphereCluster(lb *infrav1.HAProxyLoadBalancer) infrav1.VSphereCluster {
148147
},
149148
ProviderConfig: infrav1.CPIProviderConfig{
150149
Cloud: &infrav1.CPICloudConfig{
151-
ControllerImage: defaultCloudProviderImage,
150+
ControllerImage: cloudprovidersvc.DefaultCPIControllerImage,
152151
},
153152
Storage: &infrav1.CPIStorageConfig{
154153
ControllerImage: cloudprovidersvc.DefaultCSIControllerImage,

pkg/services/cloudprovider/cloud-controller-manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
// NOTE: the contents of this file are derived from https://github.com/kubernetes/cloud-provider-vsphere/tree/master/manifests/controller-manager
2929

3030
const (
31-
DefaultCPIControllerImage = "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.2.1"
31+
DefaultCPIControllerImage = "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.18.1"
3232
)
3333

3434
// CloudControllerManagerServiceAccount returns the ServiceAccount used for the cloud-controller-manager

0 commit comments

Comments
 (0)