Skip to content

Commit 17bf722

Browse files
committed
increase maxEKSBuild number to 100 to address too many builds error
1 parent 84bfb0f commit 17bf722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eks/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
coreDNSRepoPath = "eks/coredns"
3535

3636
// Largest eksbuild tag we will try looking for.
37-
maxEKSBuild = 30
37+
maxEKSBuild = 100
3838
)
3939

4040
var (

0 commit comments

Comments
 (0)