Skip to content

Commit 0f2405e

Browse files
authored
Revert "Fix submariner version fetch (#743)" (#744)
This reverts commit 2dd26e0.
1 parent 2dd26e0 commit 0f2405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/helper_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ function fetch_installed_submariner_version() {
365365
fi
366366

367367
subm_ver=$(KUBECONFIG="$KCONF/$primary_cl-kubeconfig.yaml" \
368-
oc -n "$SUBMARINER_NS" get submariner submariner -o jsonpath='{.status.gateways[].version}' \
368+
oc -n "$SUBMARINER_NS" get submariner submariner -o jsonpath='{.status.version}' \
369369
| grep -Po '(?<=v)[^)]*')
370370
echo "$subm_ver"
371371
}

0 commit comments

Comments
 (0)