Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 7f1ee53

Browse files
committed
Refer to official release branches
1 parent bbb0b32 commit 7f1ee53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/scripts/installation-functions.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ function install_olm {
193193
function install_catalogsources {
194194
local ROOT_DIR="$INSTALL_SCRIPT_DIR/../.."
195195
local OLM_NS=$(olm_namespace)
196-
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-serving/master/openshift/olm/knative-serving.catalogsource.yaml
197-
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-build/master/openshift/olm/knative-build.catalogsource.yaml
198-
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-eventing/master/openshift/olm/knative-eventing.catalogsource.yaml
196+
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-serving/release-v0.4.1/openshift/olm/knative-serving.catalogsource.yaml
197+
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-build/release-v0.4.0/openshift/olm/knative-build.catalogsource.yaml
198+
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-eventing/release-v0.4.1/openshift/olm/knative-eventing.catalogsource.yaml
199199
$CMD apply -f "$ROOT_DIR/maistra-operators.catalogsource.yaml" -n "$OLM_NS"
200200
timeout 120 "$CMD get pods -n $OLM_NS | grep knative"
201201
timeout 120 "$CMD get pods -n $OLM_NS | grep maistra"

0 commit comments

Comments
 (0)