From 7d7effb2d7fd1ab3217c324602a37d957ce5f580 Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Mon, 4 Sep 2023 16:05:45 +0530 Subject: [PATCH] update openshift and microshift bundles to 4.13.9 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index de425fbe12..2ca3b5518f 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ all: install SHELL := /bin/bash -OPENSHIFT_VERSION ?= 4.13.6 +OPENSHIFT_VERSION ?= 4.13.9 PODMAN_VERSION ?= 4.4.4 OKD_VERSION ?= 4.13.0-0.okd-2023-06-04-080300 -MICROSHIFT_VERSION ?= 4.13.6 +MICROSHIFT_VERSION ?= 4.13.9 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.25.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)