diff --git a/eksconfig/add-on-cluster-loader-local.go b/eksconfig/add-on-cluster-loader-local.go index f156cdf45..6404d7fb0 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.0/clusterloader2-linux-amd64", + ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.3.1/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 835a4af88..1b79ec137 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.0/clusterloader2-linux-amd64", + ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.3.1/clusterloader2-linux-amd64", Runs: 1, DeploymentReplicas: 1,