Update pkg/model/components/awscloudcontrollermanager.go

Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
John Gardiner Myers 2023-07-28 13:39:06 -07:00 committed by GitHub
parent b63bbf843e
commit fc8c19ea74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: