K8s: update to 1.10.6 in OSH gates
This PS bumps the version of k8s used in the gates to 1.10.6 Change-Id: I396fe0c0e276d17eb52bfe289a464b7008b8d4d2 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
70dd71672f
commit
9e2d684188
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
version:
|
||||
kubernetes: v1.10.5
|
||||
kubernetes: v1.10.6
|
||||
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.5"
|
||||
ARG KUBE_VERSION="v1.10.6"
|
||||
ENV KUBE_VERSION ${KUBE_VERSION}
|
||||
|
||||
ARG CNI_VERSION="v0.6.0"
|
||||
|
Loading…
Reference in New Issue
Block a user