File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- TMP_OLM=" $( mktemp -d) "
4
- git clone https://github.com/operator-framework/operator-lifecycle-manager.git " $TMP_OLM "
5
- pushd " $TMP_OLM "
6
- NO_MINIKUBE=true make run-local
7
- popd
3
+ # Try twice, since order matters
4
+ kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.8.1/olm.yaml
5
+ kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.8.1/olm.yaml
6
+
7
+ # Delete "operatorhubio-catalog"
8
+ kubectl delete catalogsource operatorhubio-catalog -n olm
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ mkdir -p "$CR_DIR"
55
55
# Organize expected dir structure for the registry image build.
56
56
operator-courier nest " ${OP_PATH} " " ${DEPLOY_DIR} /${PKG_NAME} "
57
57
pushd " $DEPLOY_DIR "
58
- NAMESPACE=" local "
58
+ NAMESPACE=" operators "
59
59
CATALOGSOURCE_FILE=" ${PKG_NAME} .catalogsource.yaml"
60
60
SUBSCRIPTION_FILE=" ${PKG_NAME} .subscription.yaml"
61
61
SC_PROXY_IMAGE=" quay.io/operator-framework/scorecard-proxy:master"
You can’t perform that action at this time.
0 commit comments