Skip to content

Commit

Permalink
fix(installer): stable images push with few worker (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu authored Apr 22, 2022
1 parent 178beec commit 0e2fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tke-installer/app/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ func (t *TKE) dockerPush(tkeImages []string) error {
return err
}

manifestsChan := make(chan string, 10)
manifestsChan := make(chan string, 1)

for _, image := range tkeImages {
go func(image string) {
Expand Down

0 comments on commit 0e2fba7

Please sign in to comment.