From 73bec3d5b82e1354302c6192d0c487198d2c0404 Mon Sep 17 00:00:00 2001 From: praveenkumar Date: Thu, 17 Mar 2022 12:22:44 +0530 Subject: [PATCH] Update to Openshift 4.10.4 (candidate channel) --- Makefile | 2 +- centos_ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f5cd7ddde3..fac74896b4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -OPENSHIFT_VERSION ?= 4.10.3 +OPENSHIFT_VERSION ?= 4.10.4 PODMAN_VERSION ?= 3.4.4 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.0.1 diff --git a/centos_ci.sh b/centos_ci.sh index 56993132c3..0d7851244c 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # bundle location -BUNDLE_VERSION=4.10.3 +BUNDLE_VERSION=4.10.4 BUNDLE=crc_libvirt_$BUNDLE_VERSION_amd64.crcbundle GO_VERSION=1.16.10