Skip to content

Commit

Permalink
update kube-proxy test lookup table with latest version build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryehowell committed Jan 30, 2024
1 parent 9f02e96 commit a7211ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func TestFindLatestEKSBuilds(t *testing.T) {
{kubeProxyVersionLookupTable, kubeProxyRepoPath, "1.27", "us-east-1", "1.27.6-minimal-eksbuild.2"},
{kubeProxyVersionLookupTable, kubeProxyRepoPath, "1.26", "us-east-1", "1.26.9-minimal-eksbuild.2"},
{kubeProxyVersionLookupTable, kubeProxyRepoPath, "1.25", "us-east-1", "1.25.14-minimal-eksbuild.2"},
{kubeProxyVersionLookupTable, kubeProxyRepoPath, "1.24", "us-east-1", "1.24.17-minimal-eksbuild.7"},
{kubeProxyVersionLookupTable, kubeProxyRepoPath, "1.24", "us-east-1", "1.24.17-minimal-eksbuild.8"},
}

for _, tc := range testCase {
Expand Down

0 comments on commit a7211ff

Please sign in to comment.