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

Commit

Permalink
Refer to official release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Apr 15, 2019
1 parent bbb0b32 commit 7f1ee53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/scripts/installation-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ function install_olm {
function install_catalogsources {
local ROOT_DIR="$INSTALL_SCRIPT_DIR/../.."
local OLM_NS=$(olm_namespace)
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-serving/master/openshift/olm/knative-serving.catalogsource.yaml
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-build/master/openshift/olm/knative-build.catalogsource.yaml
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-eventing/master/openshift/olm/knative-eventing.catalogsource.yaml
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-serving/release-v0.4.1/openshift/olm/knative-serving.catalogsource.yaml
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-build/release-v0.4.0/openshift/olm/knative-build.catalogsource.yaml
$CMD apply -n "$OLM_NS" -f https://raw.githubusercontent.com/openshift/knative-eventing/release-v0.4.1/openshift/olm/knative-eventing.catalogsource.yaml
$CMD apply -f "$ROOT_DIR/maistra-operators.catalogsource.yaml" -n "$OLM_NS"
timeout 120 "$CMD get pods -n $OLM_NS | grep knative"
timeout 120 "$CMD get pods -n $OLM_NS | grep maistra"
Expand Down

0 comments on commit 7f1ee53

Please sign in to comment.