From 297fb6d03a961188a936fe2ae386d4e70fc8fd1a Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Mon, 28 Oct 2024 10:36:25 +0530 Subject: [PATCH] update openshift and microshift bundle to 4.17.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7abfd851bc..8689215822 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: install SHELL := /bin/bash -o pipefail -OPENSHIFT_VERSION ?= 4.17.0 +OPENSHIFT_VERSION ?= 4.17.1 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.16.14 +MICROSHIFT_VERSION ?= 4.17.1 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.42.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)