We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6383b96 commit aaa1df6Copy full SHA for aaa1df6
variables
@@ -32,12 +32,12 @@ export VALIDATION_STATE=""
32
# The value will define the version of Submariner and a channel
33
34
# Declare associative arrays for acm/submariner versions
35
-declare -A ACM_2_13=(
36
- [acm_version]='2.13'
37
- [submariner_version]='0.20'
+declare -A ACM_2_14=(
+ [acm_version]='2.14'
+ [submariner_version]='0.21'
38
[channel]='stable'
39
)
40
-export ACM_2_13
+export ACM_2_14
41
42
# Declare array of COMPONENTS_VERSIONS of associative arrays
43
export COMPONENT_VERSIONS=("${!ACM@}")
0 commit comments