From 4c0ce1fbb7e2fa4cf1d822c0a28877d69e576085 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 20 Sep 2019 02:13:06 -0700 Subject: [PATCH] Update onessl for Kubernetes 1.16+ (#10) Signed-off-by: Tamal Saha --- deploy/stash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/stash.sh b/deploy/stash.sh index d354375e9..56ca99f20 100755 --- a/deploy/stash.sh +++ b/deploy/stash.sh @@ -74,7 +74,7 @@ trap cleanup EXIT onessl_found() { # https://stackoverflow.com/a/677212/244009 if [ -x "$(command -v onessl)" ]; then - onessl wait-until-has -h >/dev/null 2>&1 || { + onessl version --check='>=0.13.1' >/dev/null 2>&1 || { # old version of onessl found echo "Found outdated onessl" return 1