Skip to content

Commit

Permalink
k8s-tester/clusterloader: bump up akt version link
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Jul 19, 2021
1 parent c357968 commit 9eb5b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s-tester/clusterloader/clusterloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import (
)

var (
defaultClusterloaderVersion = "v1.6.0"
defaultClusterloaderVersion = "v1.6.1"
defaultClusterloaderPath = fmt.Sprintf("/tmp/clusterloader2-%s", defaultClusterloaderVersion)
// ref. https://github.com/aws/aws-k8s-tester/releases
// e.g. https://github.com/aws/aws-k8s-tester/releases/download/v1.6.0/clusterloader2-darwin-arm64
// e.g. https://github.com/aws/aws-k8s-tester/releases/download/v1.6.1/clusterloader2-darwin-arm64
defaultClusterloaderDownloadURL = fmt.Sprintf(
"https://github.com/aws/aws-k8s-tester/releases/download/%s/clusterloader2-%s-%s",
defaultClusterloaderVersion,
Expand Down

0 comments on commit 9eb5b73

Please sign in to comment.