Merge "Kube: Update to kubernetes 1.10.3"

This commit is contained in:
Zuul
2018-06-06 17:24:58 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

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

View File

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