Skip to content

Commit

Permalink
scripts/lib: bump up aws-k8s-tester to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho authored and mogren committed May 19, 2020
1 parent 66389b1 commit 301c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ensure_ecr_repo() {
}

ensure_aws_k8s_tester() {
TESTER_RELEASE=${TESTER_RELEASE:-v1.1.7}
TESTER_RELEASE=${TESTER_RELEASE:-v1.2.2}
TESTER_DOWNLOAD_URL=https://github.com/aws/aws-k8s-tester/releases/download/$TESTER_RELEASE/aws-k8s-tester-$TESTER_RELEASE-$OS-$ARCH

# Download aws-k8s-tester if not yet
Expand Down

0 comments on commit 301c2a6

Please sign in to comment.