From 42b79ec8652167ded35af6acaefe3dc09106bb58 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 13 Jan 2025 08:48:41 +0530 Subject: [PATCH] Update OpenShift/Microshift bundle to 4.17.10 (stable channel) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1bd3323565..36ce8481bf 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: install SHELL := /bin/bash -o pipefail -OPENSHIFT_VERSION ?= 4.17.7 +OPENSHIFT_VERSION ?= 4.17.10 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.17.7 +MICROSHIFT_VERSION ?= 4.17.10 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.45.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)