Skip to content

Commit

Permalink
Use AWS CCM 1.28.1 on k8s 1.28+
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Aug 23, 2023
1 parent a913d3c commit cd32e76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/model/components/awscloudcontrollermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit cd32e76

Please sign in to comment.