Skip to content

Commit aaa1df6

Browse files
author
Prachi Yadav
committed
added ACM 2.14 in variables
1 parent 6383b96 commit aaa1df6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variables

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ export VALIDATION_STATE=""
3232
# The value will define the version of Submariner and a channel
3333

3434
# Declare associative arrays for acm/submariner versions
35-
declare -A ACM_2_13=(
36-
[acm_version]='2.13'
37-
[submariner_version]='0.20'
35+
declare -A ACM_2_14=(
36+
[acm_version]='2.14'
37+
[submariner_version]='0.21'
3838
[channel]='stable'
3939
)
40-
export ACM_2_13
40+
export ACM_2_14
4141

4242
# Declare array of COMPONENTS_VERSIONS of associative arrays
4343
export COMPONENT_VERSIONS=("${!ACM@}")

0 commit comments

Comments
 (0)