Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
bumps kubernetes to v1.13.12 (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmccormick authored Oct 18, 2019
1 parent ca88238 commit 5d805e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | sed -e 's/[^a-zA-Z0-9+=._:/-]*/
OUTPUT_PATH=${OUTPUT_PATH:-"bin/kube-aws"}
VERSION=""
ETCD_VERSION="v3.2.26"
KUBERNETES_VERSION="v1.13.11"
KUBERNETES_VERSION="v1.13.12"

if [ -z "$TAG" ]; then
[[ -n "$BRANCH" ]] && VERSION="${BRANCH}/"
Expand Down

0 comments on commit 5d805e1

Please sign in to comment.