@@ -197,16 +197,16 @@ func TestFindLatestEKSBuilds(t *testing.T) {
197197 region string
198198 expectedVersion string
199199 }{
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 " },
205205 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.28" , "us-east-1" , "1.28.2-minimal-eksbuild.2" },
206206 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27" , "us-east-1" , "1.27.6-minimal-eksbuild.2" },
207207 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26" , "us-east-1" , "1.26.9-minimal-eksbuild.2" },
208208 {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 " },
210210 }
211211
212212 for _ , tc := range testCase {
0 commit comments