Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 305800f

Browse files
committed
test: bump OLM to 0.20.0
1 parent acb22ba commit 305800f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/start-stop-olm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ SSH="${CLUSTER_DIR}/ssh.0"
1818
KUBECTL="${SSH} kubectl" # Always use the kubectl installed in the cluster.
1919

2020
# https://github.com/operator-framework/operator-lifecycle-manager/releases
21-
# Not the latest because of https://github.com/operator-framework/operator-sdk/issues/5410
22-
OLM_VERSION=v0.18.3
21+
OLM_VERSION=v0.20.0
2322

2423
function usage() {
2524
echo "Usage:"

0 commit comments

Comments
 (0)