From a7e641a89e0ab4876a1573622fda03ba626b23e6 Mon Sep 17 00:00:00 2001 From: Simon Lauger <simon@lauger.de> Date: Thu, 18 Mar 2021 13:27:06 +0100 Subject: [PATCH] feat: upgrade OKD to 4.7.0-0.okd-2021-03-07-090821 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19bb0de..658729d 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ OPENSHIFT_MIRROR=https://mirror.openshift.com/pub/openshift-v4 -OKD_RELEASE=4.7.0-0.okd-2021-02-25-144700 +OKD_RELEASE=4.7.0-0.okd-2021-03-07-090821 FCOS_STREAM=stable -FCOS_RELEASE=33.20210201.3.0 +FCOS_RELEASE=33.20210217.3.0 OCP_RELEASE=4.7.0 RHCOS_RELEASE=4.7.0 -- GitLab