Update OLM installation version

Signed-off-by: flacatus <flacatus@redhat.com>
pull/239/head
flacatus 2020-05-06 10:31:07 +02:00
parent b0a62e0f4d
commit d2ab5bb0ef
No known key found for this signature in database
GPG Key ID: 3C5C4A3D02FC46A5
1 changed files with 1 additions and 1 deletions

View File

@ -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