Skip to content

Commit

Permalink
🐛 (eks sync-core-components): Increase maxEKSBuild (#215)
Browse files Browse the repository at this point in the history
there are in fact 10 builds of eks/coredns:1.9.3-eksbuild. This doubles the threshold to 20, to reduce the chances of this happening again.
  • Loading branch information
ThisGuyCodes authored Nov 23, 2023
1 parent decec19 commit 86d0d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
coreDNSRepoPath = "eks/coredns"

// Largest eksbuild tag we will try looking for.
maxEKSBuild = 10
maxEKSBuild = 20
)

var (
Expand Down

0 comments on commit 86d0d9c

Please sign in to comment.