File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ e2e_test_install() {
6161 PREVIOUS_VERSION_AS_NUMBER=" $( get_version_as_number " $STACKGRES_PREVIOUS_VERSION " ) "
6262 VERSION_AS_NUMBER_0_9_5=" $( get_version_as_number 0.9.5) "
6363 VERSION_AS_NUMBER_1_3_3=" $( get_version_as_number 1.3.3) "
64- VERSION_AS_NUMBER_1_15_0 =" $( get_version_as_number 1.15 .0-SNAPSHOT) "
65- if [ " $PREVIOUS_VERSION_AS_NUMBER " -gt " $VERSION_AS_NUMBER_1_15_0 " ]
64+ VERSION_AS_NUMBER_1_16_0 =" $( get_version_as_number 1.16 .0-SNAPSHOT) "
65+ if [ " $PREVIOUS_VERSION_AS_NUMBER " -ge " $VERSION_AS_NUMBER_1_16_0 " ]
6666 then
6767 install_prometheus_operator
6868 elif [ " $PREVIOUS_VERSION_AS_NUMBER " -gt " $VERSION_AS_NUMBER_1_3_3 " ]
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ e2e_test_install() {
2626 VERSION_AS_NUMBER_1_10_0=" $( get_version_as_number 1.10.0-SNAPSHOT) "
2727 VERSION_AS_NUMBER_1_13_0=" $( get_version_as_number 1.13.0-SNAPSHOT) "
2828 VERSION_AS_NUMBER_1_15_0=" $( get_version_as_number 1.15.0-SNAPSHOT) "
29+ VERSION_AS_NUMBER_1_16_0=" $( get_version_as_number 1.16.0-SNAPSHOT) "
2930
3031 CLUSTER_CRD=" sgclusters.stackgres.io"
3132
@@ -89,7 +90,7 @@ e2e_test_install() {
8990
9091 e2e_load_images
9192
92- if [ " $PREVIOUS_VERSION_AS_NUMBER " -gt " $VERSION_AS_NUMBER_1_15_0 " ]
93+ if [ " $PREVIOUS_VERSION_AS_NUMBER " -ge " $VERSION_AS_NUMBER_1_16_0 " ]
9394 then
9495 install_prometheus_operator
9596 elif [ " $PREVIOUS_VERSION_AS_NUMBER " -gt " $VERSION_AS_NUMBER_1_3_3 " ]
You can’t perform that action at this time.
0 commit comments