Skip to content

Commit b40b976

Browse files
prachiyadavPrachi YadavPrachi Yadav
authored
Change acm (#800)
* commented PVC conf in SubmarinerAgentPod.yaml * added vrialble for 2.13 * added configuration for 0.21 * added ACM 2.14 in variables --------- Co-authored-by: Prachi Yadav <pyadav@pyadav-thinkpadt490s.rmtin.csb> Co-authored-by: Prachi Yadav <pyadav@pyadav-thinkpadt14gen5.rmtin.csb>
1 parent d0215ce commit b40b976

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)