From 75851ab1933bf038eac3ef57f71dab0f7df22538 Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Thu, 1 Aug 2024 19:08:32 +0530 Subject: [PATCH] update openshift and microshift bundles to 4.16.4 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e3a80bc0f2..f8d71b8bfa 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: install SHELL := /bin/bash -o pipefail -OPENSHIFT_VERSION ?= 4.16.0 +OPENSHIFT_VERSION ?= 4.16.4 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.16.0 +MICROSHIFT_VERSION ?= 4.16.4 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.39.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)