This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree 2 files changed +4
-4
lines changed
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
6
6
BRANCH=$( git branch | grep \* | cut -d ' ' -f2 | sed -e ' s/[^a-zA-Z0-9+=._:/-]*//g' || true)
7
7
OUTPUT_PATH=${OUTPUT_PATH:- " bin/kube-aws" }
8
8
VERSION=" "
9
- ETCD_VERSION=" v3.4.3 "
10
- KUBERNETES_VERSION=" v1.16.7 "
9
+ ETCD_VERSION=" v3.4.9 "
10
+ KUBERNETES_VERSION=" v1.16.10 "
11
11
12
12
if [ -z " $TAG " ]; then
13
13
[[ -n " $BRANCH " ]] && VERSION=" ${BRANCH} /"
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ worker:
748
748
# # The version of etcd to be used.
749
749
# # CAUTION: Increasing etcd version will permanently change the state of etcd and a cloud formation rollback, will not succeed due to etcd
750
750
# being unable to downgrade.
751
- # version: v3.2.26
751
+ # version: v3.4.9
752
752
#
753
753
# snapshot:
754
754
# # Set to true to periodically take an etcd snapshot
@@ -1066,7 +1066,7 @@ worker:
1066
1066
# and pulling from quay or dockerhub is slow and you get many timeouts.
1067
1067
1068
1068
# 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
1070
1070
1071
1071
# Hyperkube image repository to use.
1072
1072
# hyperkubeImage:
You can’t perform that action at this time.
0 commit comments