From ecd0d32bf26fb4e8e5935456761b0078689303c5 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Thu, 30 May 2024 11:39:58 +0100 Subject: [PATCH] Update deploy.sh update min required bonfire version to 5.8.0 where import config maps is supported --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 4b724cc..c7e3e7a 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -2,7 +2,7 @@ set -e # Define the minimum required version -MIN_BONFIRE_VERSION="5.7.2" +MIN_BONFIRE_VERSION="5.8.0" RBAC_ARGUMENT="$1" RBAC_DIR="$2"