Skip to content

Commit

Permalink
Merge pull request #239 from flacatus/update_olm_version
Browse files Browse the repository at this point in the history
Update OLM installation version
  • Loading branch information
tolusha authored May 6, 2020
2 parents b0a62e0 + 0d69f37 commit d5534a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions olm/olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ 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
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
Expand Down

0 comments on commit d5534a9

Please sign in to comment.