From 305800f5e9d0fd3a4455c96d04f3de60d14f2566 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 14 Apr 2022 16:07:53 +0200 Subject: [PATCH] test: bump OLM to 0.20.0 --- test/start-stop-olm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/start-stop-olm.sh b/test/start-stop-olm.sh index 15f0ebbad..732158630 100755 --- a/test/start-stop-olm.sh +++ b/test/start-stop-olm.sh @@ -18,8 +18,7 @@ SSH="${CLUSTER_DIR}/ssh.0" KUBECTL="${SSH} kubectl" # Always use the kubectl installed in the cluster. # https://github.com/operator-framework/operator-lifecycle-manager/releases -# Not the latest because of https://github.com/operator-framework/operator-sdk/issues/5410 -OLM_VERSION=v0.18.3 +OLM_VERSION=v0.20.0 function usage() { echo "Usage:"