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 2dd26e0 commit 0f2405eCopy full SHA for 0f2405e
lib/common/helper_functions.sh
@@ -365,7 +365,7 @@ function fetch_installed_submariner_version() {
365
fi
366
367
subm_ver=$(KUBECONFIG="$KCONF/$primary_cl-kubeconfig.yaml" \
368
- oc -n "$SUBMARINER_NS" get submariner submariner -o jsonpath='{.status.gateways[].version}' \
+ oc -n "$SUBMARINER_NS" get submariner submariner -o jsonpath='{.status.version}' \
369
| grep -Po '(?<=v)[^)]*')
370
echo "$subm_ver"
371
}
0 commit comments