Update Kubernetes v1.9.4 to v1.11.1

Change-Id: I5e3d0bb344f6a4245932408b48d49b20b9c8a3e7
This commit is contained in:
tonybrad 2018-08-06 10:33:46 +08:00
parent 616708d163
commit 1fdef7d23b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
ENV KUBERNETES_VERSION=v1.9.4
ENV KUBERNETES_VERSION=v1.11.1
{% if base_arch == 'x86_64' %}
ENV KUBE_ARCH=amd64