From 0b3f01d363932c574319fcc1bc36f6310b37856e Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 7 Jun 2022 12:15:33 +0200 Subject: [PATCH] Drop 1.19 AWS CCM --- pkg/model/components/awscloudcontrollermanager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/model/components/awscloudcontrollermanager.go b/pkg/model/components/awscloudcontrollermanager.go index 3eb8daf695..0f9caf7a05 100644 --- a/pkg/model/components/awscloudcontrollermanager.go +++ b/pkg/model/components/awscloudcontrollermanager.go @@ -87,8 +87,6 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er if eccm.Image == "" { // See https://us.gcr.io/k8s-artifacts-prod/provider-aws/cloud-controller-manager switch b.KubernetesVersion.Minor { - case 19: - eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.19.0-alpha.1" case 20: eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.20.0-alpha.0" case 21: