From 73af4743b6bf1416bb98774c7a47b240fe378cb5 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 15 Jun 2020 12:40:19 -0700 Subject: [PATCH] eksconfig: bump up versions Signed-off-by: Gyuho Lee --- eksconfig/add-on-cluster-loader-local.go | 2 +- eksconfig/add-on-cluster-loader-remote.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,