This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ TAG=$(git describe --exact-match --abbrev=0 --tags "${COMMIT}" 2> /dev/null || t
66BRANCH=$( git branch | grep \* | cut -d ' ' -f2 | sed -e ' s/[^a-zA-Z0-9+=._:/-]*//g' || true)
77OUTPUT_PATH=${OUTPUT_PATH:- " bin/kube-aws" }
88VERSION=" "
9- ETCD_VERSION=" v3.4.3 "
10- KUBERNETES_VERSION=" v1.16.7 "
9+ ETCD_VERSION=" v3.4.9 "
10+ KUBERNETES_VERSION=" v1.16.10 "
1111
1212if [ -z " $TAG " ]; then
1313 [[ -n " $BRANCH " ]] && VERSION=" ${BRANCH} /"
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ worker:
748748# # The version of etcd to be used.
749749# # CAUTION: Increasing etcd version will permanently change the state of etcd and a cloud formation rollback, will not succeed due to etcd
750750# being unable to downgrade.
751- # version: v3.2.26
751+ # version: v3.4.9
752752#
753753# snapshot:
754754# # Set to true to periodically take an etcd snapshot
@@ -1066,7 +1066,7 @@ worker:
10661066# and pulling from quay or dockerhub is slow and you get many timeouts.
10671067
10681068# Version of hyperkube image to use. This is the tag for the hyperkube image repository.
1069- # kubernetesVersion: v1.11.3
1069+ # kubernetesVersion: v1.16.10
10701070
10711071# Hyperkube image repository to use.
10721072# hyperkubeImage:
You can’t perform that action at this time.
0 commit comments