Kubernetes: Bump version to 1.10.5
Upgrades the kubernetes version to v1.10.5 from v1.10.4. Change-Id: Ic2a1f73c935136135e587945180e67ac928f8178 Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
42f475133d
commit
bb7842f39f
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
version:
|
version:
|
||||||
kubernetes: v1.10.4
|
kubernetes: v1.10.5
|
||||||
helm: v2.9.1
|
helm: v2.9.1
|
||||||
cni: v0.6.0
|
cni: v0.6.0
|
||||||
|
|
||||||
|
@ -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.4"
|
ARG KUBE_VERSION="v1.10.5"
|
||||||
ENV KUBE_VERSION ${KUBE_VERSION}
|
ENV KUBE_VERSION ${KUBE_VERSION}
|
||||||
|
|
||||||
ARG CNI_VERSION="v0.6.0"
|
ARG CNI_VERSION="v0.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user