From dd45ef7b0033ac2ade7be9143f5141d0d602ddbe Mon Sep 17 00:00:00 2001 From: Vincent de Saboulin Date: Mon, 16 Oct 2023 18:00:10 +0200 Subject: [PATCH] 7.5.1 is default --- scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.sh b/scripts/utils.sh index 7aded5c5c..7700097a0 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -6,7 +6,7 @@ source ${DIR_UTILS}/../scripts/cli/src/lib/utils_function.sh if [ -z "$TAG" ] then # TAG is not set, use default: - export TAG=7.5.0 + export TAG=7.5.1 # to handle ubi8 images export TAG_BASE=$TAG if [ -z "$CP_KAFKA_IMAGE" ]