Skip to content

Commit

Permalink
Merge pull request #13144 from johngmyers/automated-cherry-pick-of-#1…
Browse files Browse the repository at this point in the history
…3143-upstream-release-1.23

Automated cherry pick of #13143: Bump CCM images
  • Loading branch information
k8s-ci-robot committed Jan 21, 2022
2 parents d9fc49b + 052112f commit c59d81b
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 @@ -92,7 +92,9 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er
case 21:
eccm.Image = "k8s.gcr.io/provider-aws/cloud-controller-manager:v1.21.0-alpha.0"
case 22:
eccm.Image = "k8s.gcr.io/provider-aws/cloud-controller-manager:v1.22.0-alpha.0"
eccm.Image = "k8s.gcr.io/provider-aws/cloud-controller-manager:v1.22.0-alpha.1"
case 23:
eccm.Image = "k8s.gcr.io/provider-aws/cloud-controller-manager:v1.23.0-alpha.0"
default:
eccm.Image = "gcr.io/k8s-staging-provider-aws/cloud-controller-manager:latest"
}
Expand Down

0 comments on commit c59d81b

Please sign in to comment.