diff --git a/eksconfig/add-on-cluster-loader-local.go b/eksconfig/add-on-cluster-loader-local.go index a7a1db430..0bbb171f3 100644 --- a/eksconfig/add-on-cluster-loader-local.go +++ b/eksconfig/add-on-cluster-loader-local.go @@ -108,7 +108,7 @@ func getDefaultAddOnClusterLoaderLocal() *AddOnClusterLoaderLocal { Enable: false, ClusterLoaderPath: "/tmp/clusterloader2", - ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.3.8/clusterloader2-linux-amd64", + ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.3.9/clusterloader2-linux-amd64", Runs: 1, Timeout: 30 * time.Minute, diff --git a/eksconfig/add-on-cluster-loader-remote.go b/eksconfig/add-on-cluster-loader-remote.go index 68f198b0d..748564a66 100644 --- a/eksconfig/add-on-cluster-loader-remote.go +++ b/eksconfig/add-on-cluster-loader-remote.go @@ -120,7 +120,7 @@ func getDefaultAddOnClusterLoaderRemote() *AddOnClusterLoaderRemote { Enable: false, ClusterLoaderPath: "/tmp/clusterloader2", - ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.3.8/clusterloader2-linux-amd64", + ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.3.9/clusterloader2-linux-amd64", Runs: 1, DeploymentReplicas: 1,