From 28673812a9d5225b25cdc37919a0a258fbcb1ea2 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 21 Jun 2024 16:32:03 +0530 Subject: [PATCH] Update openshift and microshift bundle to 4.15.17 (stable channel) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f7310748f..11f83c90ec 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: install SHELL := /bin/bash -o pipefail -OPENSHIFT_VERSION ?= 4.15.14 +OPENSHIFT_VERSION ?= 4.15.17 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.15.14 +MICROSHIFT_VERSION ?= 4.15.17 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.37.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)