@@ -197,16 +197,16 @@ func TestFindLatestEKSBuilds(t *testing.T) {
197
197
region string
198
198
expectedVersion string
199
199
}{
200
- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.28" , "us-east-1" , "1.10.1-eksbuild.5 " },
201
- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.27" , "us-east-1" , "1.10.1-eksbuild.5 " },
202
- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.26" , "us-east-1" , "1.9.3-eksbuild.9 " },
203
- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.25" , "us-east-1" , "1.9.3-eksbuild.9 " },
204
- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.24" , "us-east-1" , "1.9.3-eksbuild.9 " },
200
+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.28" , "us-east-1" , "1.10.1-eksbuild.6 " },
201
+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.27" , "us-east-1" , "1.10.1-eksbuild.6 " },
202
+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.26" , "us-east-1" , "1.9.3-eksbuild.10 " },
203
+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.25" , "us-east-1" , "1.9.3-eksbuild.10 " },
204
+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.24" , "us-east-1" , "1.9.3-eksbuild.10 " },
205
205
{kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.28" , "us-east-1" , "1.28.2-minimal-eksbuild.2" },
206
206
{kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27" , "us-east-1" , "1.27.6-minimal-eksbuild.2" },
207
207
{kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26" , "us-east-1" , "1.26.9-minimal-eksbuild.2" },
208
208
{kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.25" , "us-east-1" , "1.25.14-minimal-eksbuild.2" },
209
- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.24" , "us-east-1" , "1.24.17-minimal-eksbuild.3 " },
209
+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.24" , "us-east-1" , "1.24.17-minimal-eksbuild.4 " },
210
210
}
211
211
212
212
for _ , tc := range testCase {
0 commit comments