Skip to content

Commit

Permalink
Update AWS CCM to v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Sep 27, 2024
1 parent 559e60a commit 7e5cba4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pkg/model/components/awscloudcontrollermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,19 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(cluster *kops.Clu
case 25:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.25.15"
case 26:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.11"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.12"
case 27:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.6"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.9"
case 28:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.5"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.9"
case 29:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.29.2"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.29.6"
case 30:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.30.0"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.30.3"
case 31:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.0"
default:
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.30.0"
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.0"
}
}

Expand Down

0 comments on commit 7e5cba4

Please sign in to comment.