From cb65b5b534e9fede28b7ec0c877feef60a7e08ab Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 13 Aug 2020 15:11:52 +0300 Subject: [PATCH] Fix testing changes using olm on minikube (#400) Signed-off-by: Anatolii Bazko --- olm/olm.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/olm/olm.sh b/olm/olm.sh index b7f5a0003a..5011f082f5 100755 --- a/olm/olm.sh +++ b/olm/olm.sh @@ -116,14 +116,14 @@ EOF applyCheOperatorSource 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/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 - kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/06_role_binding.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/01_namespace.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/03_operatorsource.crd.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/04_service_account.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/05_role.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/06_role_binding.yaml sleep 1 - kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/07_upstream_operatorsource.cr.yaml - kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/master/deploy/upstream/08_operator.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/07_upstream_operatorsource.cr.yaml + kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-marketplace/release-4.5/deploy/upstream/08_operator.yaml applyCheOperatorSource