From d2ab5bb0efd3dea0e158d29ba6cffca178f22beb Mon Sep 17 00:00:00 2001 From: flacatus Date: Wed, 6 May 2020 10:31:07 +0200 Subject: [PATCH 1/2] Update OLM installation version Signed-off-by: flacatus --- olm/olm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olm/olm.sh b/olm/olm.sh index 3aef8b0e54..6a09ca6e5f 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 From 0d69f3732d05888a1ae2c21ab91f7fcc933eecd2 Mon Sep 17 00:00:00 2001 From: flacatus Date: Wed, 6 May 2020 10:38:29 +0200 Subject: [PATCH 2/2] Remove catalogsource CRD olm Signed-off-by: flacatus --- olm/olm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/olm/olm.sh b/olm/olm.sh index 6a09ca6e5f..8d449419ae 100755 --- a/olm/olm.sh +++ b/olm/olm.sh @@ -112,7 +112,6 @@ EOF else 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 kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/04_service_account.yaml kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/05_role.yaml