Kubernetes: Bump version to 1.10.4

This PS bumps the k8s version to v1.10.4

Change-Id: I1f07653a6f26a4796f30ce1f0df9937fb32c2b43
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-06-09 16:48:42 -05:00
parent 9e96b0fae2
commit b6ee0e3da3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
version: version:
kubernetes: v1.10.3 kubernetes: v1.10.4
helm: v2.9.1 helm: v2.9.1
cni: v0.6.0 cni: v0.6.0

View File

@ -28,7 +28,7 @@ RUN sed -i \
/etc/apt/sources.list ;\ /etc/apt/sources.list ;\
echo "APT::Get::AllowUnauthenticated \"${ALLOW_UNAUTHENTICATED}\";" > /etc/apt/apt.conf.d/allow-unathenticated echo "APT::Get::AllowUnauthenticated \"${ALLOW_UNAUTHENTICATED}\";" > /etc/apt/apt.conf.d/allow-unathenticated
ARG KUBE_VERSION="v1.10.3" ARG KUBE_VERSION="v1.10.4"
ENV KUBE_VERSION ${KUBE_VERSION} ENV KUBE_VERSION ${KUBE_VERSION}
ARG CNI_VERSION="v0.6.0" ARG CNI_VERSION="v0.6.0"