Update default Kubernetes version to 1.20.6

This commit is contained in:
Florian Ruynat
2021-04-15 17:27:14 +02:00
committed by Kubernetes Prow Robot
parent bccbe323b7
commit 1c0836946f
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
FROM ubuntu:bionic-20200807
ENV KUBE_VERSION=v1.20.5
ENV KUBE_VERSION=v1.20.6
RUN mkdir /kubespray
WORKDIR /kubespray