This repository was archived by the owner on Aug 2, 2019. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,9 +193,9 @@ function install_olm {
193193function  install_catalogsources  {
194194  local  ROOT_DIR=" $INSTALL_SCRIPT_DIR /../.." 
195195  local  OLM_NS=$( olm_namespace) 
196-   $CMD  apply -n " $OLM_NS " master /openshift/olm/knative-serving.catalogsource.yaml
197-   $CMD  apply -n " $OLM_NS " master /openshift/olm/knative-build.catalogsource.yaml
198-   $CMD  apply -n " $OLM_NS " master /openshift/olm/knative-eventing.catalogsource.yaml
196+   $CMD  apply -n " $OLM_NS " release-v0.4.1 /openshift/olm/knative-serving.catalogsource.yaml
197+   $CMD  apply -n " $OLM_NS " release-v0.4.0 /openshift/olm/knative-build.catalogsource.yaml
198+   $CMD  apply -n " $OLM_NS " release-v0.4.1 /openshift/olm/knative-eventing.catalogsource.yaml
199199  $CMD  apply -f " $ROOT_DIR /maistra-operators.catalogsource.yaml" " $OLM_NS " 
200200  timeout 120 " $CMD  get pods -n $OLM_NS  | grep knative" 
201201  timeout 120 " $CMD  get pods -n $OLM_NS  | grep maistra" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments