mirror of https://github.com/kubernetes/kops.git
Update pkg/model/components/awscloudcontrollermanager.go
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
parent
b63bbf843e
commit
fc8c19ea74
|
@ -92,7 +92,7 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er
|
|||
case 24:
|
||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.24.15"
|
||||
case 25:
|
||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.25.11"
|
||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.25.3"
|
||||
case 26:
|
||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.6"
|
||||
case 27:
|
||||
|
|
Loading…
Reference in New Issue