Use AWS CCM 1.28.1 on k8s 1.28+

This commit is contained in:
John Gardiner Myers 2023-08-22 17:07:10 -07:00
parent a913d3c0db
commit cd32e76a50
1 changed files with 3 additions and 1 deletions

View File

@ -89,8 +89,10 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.6"
case 27:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.2"
case 28:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.1"
default:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.2"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.1"
}
}