diff --git a/olm/olm.sh b/olm/olm.sh index 3aef8b0e5..6a09ca6e5 100755 --- a/olm/olm.sh +++ b/olm/olm.sh @@ -110,7 +110,7 @@ EOF marketplaceNamespace="openshift-marketplace"; applyCheOperatorSource else - curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.12.0/install.sh | bash -s 0.12.0 + curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.14.1/install.sh | bash -s 0.14.1 kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/01_namespace.yaml kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/02_catalogsourceconfig.crd.yaml kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/03_operatorsource.crd.yaml