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

Commit 8014c5c

Browse files
update to kubernetes to v1.14.9 (#1792)
1 parent 28dc23b commit 8014c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | sed -e 's/[^a-zA-Z0-9+=._:/-]*/
77
OUTPUT_PATH=${OUTPUT_PATH:-"bin/kube-aws"}
88
VERSION=""
99
ETCD_VERSION="v3.2.26"
10-
KUBERNETES_VERSION="v1.14.8"
10+
KUBERNETES_VERSION="v1.14.9"
1111

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

0 commit comments

Comments
 (0)