Skip to content

Commit aed7a01

Browse files
committed
[ISV-5085] Bump kind version
Signed-off-by: Maurizio Porrato <[email protected]>
1 parent e1de0e6 commit aed7a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/scripts/opp-env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# OPerator Pipeline (OPP) env script (opp-env.sh)
33

44
set -e
5-
declare -A KIND_SUPPORT_TABLE=(["1.28"]="0" ["1.27"]="3" ["1.26"]="6" ["1.25"]="11" ["1.24"]="15" ["1.23"]="17" ["1.22"]="17" ["1.21"]="14")
6-
KIND_MIN_SUPPORTED=1.21
7-
KIND_MAX_SUPPORTED=1.28 # DO NOT FORGET TO CHANGE WHEN CHANGING ^
5+
declare -A KIND_SUPPORT_TABLE=(["1.30"]="0" ["1.29"]="4" ["1.28"]="9" ["1.27"]="13" ["1.26"]="15" ["1.25"]="16")
6+
KIND_MIN_SUPPORTED=1.25
7+
KIND_MAX_SUPPORTED=1.30 # DO NOT FORGET TO CHANGE WHEN CHANGING ^
88
export INPUT_ENV_SCRIPT="/tmp/opp-env-vars"
99
OPP_ALLOW_CI_CHANGES=${OPP_ALLOW_CI_CHANGES-0}
1010
OPP_ALLOW_FORCE_RELEASE=${OPP_ALLOW_FORCE_RELEASE-0}

0 commit comments

Comments
 (0)