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:
parent
9e96b0fae2
commit
b6ee0e3da3
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
version:
|
||||
kubernetes: v1.10.3
|
||||
kubernetes: v1.10.4
|
||||
helm: v2.9.1
|
||||
cni: v0.6.0
|
||||
|
||||
|
@ -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.3"
|
||||
ARG KUBE_VERSION="v1.10.4"
|
||||
ENV KUBE_VERSION ${KUBE_VERSION}
|
||||
|
||||
ARG CNI_VERSION="v0.6.0"
|
||||
|
Loading…
Reference in New Issue
Block a user