K8s: udpate KubeADM-AIO to use K8s v1.9.3

This PS updates the version of K8s used in the gate to v1.9.3

Change-Id: I284083e0cdf828701c439c44edfd3a975dcd69c3
This commit is contained in:
portdirect 2018-02-17 15:21:06 -05:00
parent c263929d6c
commit 3713266f4c
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License.
version:
kubernetes: v1.9.2
kubernetes: v1.9.3
helm: v2.7.2
cni: v0.6.0

View File

@ -16,13 +16,13 @@
FROM gcr.io/google-containers/debian-base-amd64:0.3
MAINTAINER pete.birley@att.com
ARG KUBE_VERSION="v1.8.3"
ARG KUBE_VERSION="v1.9.3"
ENV KUBE_VERSION ${KUBE_VERSION}
ARG CNI_VERSION="v0.6.0"
ENV CNI_VERSION ${CNI_VERSION}
ARG HELM_VERSION="v2.7.0"
ARG HELM_VERSION="v2.7.2"
ENV HELM_VERSION ${HELM_VERSION}
ARG CHARTS="calico,flannel,tiller,kube-dns"