Set Kubernetes default version to 1.19.8

Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
This commit is contained in:
Etienne Champetier
2021-02-26 07:37:11 -05:00
committed by Kubernetes Prow Robot
parent ac23d89a1a
commit daea9f3d21
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.19.7
ENV KUBE_VERSION=v1.19.8
RUN mkdir /kubespray
WORKDIR /kubespray