[gate] Use Kubernetes 1.10.9

Change-Id: I5bb951f455fa6d7d344a264336a2a9b985fd85f4
This commit is contained in:
Chris Wedgwood 2018-10-17 16:40:02 +00:00
parent 6ef48d3706
commit b10ebbb63a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License.
version:
kubernetes: v1.10.8
kubernetes: v1.10.9
helm: v2.11.0
cni: v0.6.0

View File

@ -34,7 +34,7 @@ ENV GOOGLE_KUBERNETES_REPO_URL ${GOOGLE_KUBERNETES_REPO_URL}
ARG GOOGLE_HELM_REPO_URL=https://storage.googleapis.com/kubernetes-helm
ENV GOOGLE_HELM_REPO_URL ${GOOGLE_HELM_REPO_URL}
ARG KUBE_VERSION="v1.10.8"
ARG KUBE_VERSION="v1.10.9"
ENV KUBE_VERSION ${KUBE_VERSION}
ARG CNI_VERSION="v0.6.0"