@@ -229,7 +229,6 @@ func baseResources() map[Resource]map[string]string {
229
229
func optionalResources () map [Resource ]map [string ]string {
230
230
return map [Resource ]map [string ]string {
231
231
AwsCCM : {
232
- "1.29.x" : "registry.k8s.io/provider-aws/cloud-controller-manager:v1.29.8" ,
233
232
"1.30.x" : "registry.k8s.io/provider-aws/cloud-controller-manager:v1.30.7" ,
234
233
"1.31.x" : "registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.5" ,
235
234
">= 1.32.0" : "registry.k8s.io/provider-aws/cloud-controller-manager:v1.32.1" ,
@@ -249,13 +248,11 @@ func optionalResources() map[Resource]map[string]string {
249
248
250
249
// Azure CCM
251
250
AzureCCM : {
252
- "1.29.x" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.29.12" ,
253
251
"1.30.x" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.30.8" ,
254
252
"1.31.x" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.31.2" ,
255
253
">= 1.32.0" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.32.1" ,
256
254
},
257
255
AzureCNM : {
258
- "1.29.x" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.12" ,
259
256
"1.30.x" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.30.8" ,
260
257
"1.31.x" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.31.2" ,
261
258
">= 1.32.0" : "mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.32.1" ,
@@ -303,17 +300,16 @@ func optionalResources() map[Resource]map[string]string {
303
300
304
301
// OpenStack CCM
305
302
OpenstackCCM : {
306
- "1.29.x" : "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.29.2" ,
307
303
"1.30.x" : "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.30.2" ,
308
304
"1.31.x" : "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.31.2" ,
309
305
">= 1.32.0" : "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.32.0" ,
310
306
},
311
307
312
308
// OpenStack CSI
313
309
OpenstackCSI : {
314
- "1.29.x" : "registry.k8s.io/provider-os/cinder-csi-plugin:v1.29.1" ,
315
310
"1.30.x" : "registry.k8s.io/provider-os/cinder-csi-plugin:v1.30.2" ,
316
- ">= 1.31.0" : "registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.2" ,
311
+ "1.31.x" : "registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.2" ,
312
+ ">= 1.32.0" : "registry.k8s.io/provider-os/cinder-csi-plugin:v1.32.0" ,
317
313
},
318
314
OpenstackCSINodeDriverRegistar : {"*" : "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2" },
319
315
OpenstackCSILivenessProbe : {"*" : "registry.k8s.io/sig-storage/livenessprobe:v2.11.0" },
@@ -334,7 +330,6 @@ func optionalResources() map[Resource]map[string]string {
334
330
335
331
// vSphere CPI (A.K.A. CCM)
336
332
VsphereCCM : {
337
- "1.29.x" : "registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.29.0" ,
338
333
"1.30.x" : "registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1" ,
339
334
">= 1.31.0" : "registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.31.0" ,
340
335
},
@@ -362,7 +357,6 @@ func optionalResources() map[Resource]map[string]string {
362
357
363
358
// GCP CCM
364
359
GCPCCM : {
365
- "1.29.x" : "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v29.0.0" ,
366
360
"1.30.x" : "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v30.0.0" ,
367
361
">= 1.31.0" : "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v30.0.0" ,
368
362
},
@@ -398,7 +392,6 @@ func optionalResources() map[Resource]map[string]string {
398
392
399
393
// Cluster-autoscaler addon
400
394
ClusterAutoscaler : {
401
- "1.29.x" : "registry.k8s.io/autoscaling/cluster-autoscaler:v1.29.4" ,
402
395
"1.30.x" : "registry.k8s.io/autoscaling/cluster-autoscaler:v1.30.3" ,
403
396
"1.31.x" : "registry.k8s.io/autoscaling/cluster-autoscaler:v1.31.1" ,
404
397
">= 1.32.0" : "registry.k8s.io/autoscaling/cluster-autoscaler:v1.32.0" ,
0 commit comments