mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Change API & Operator version for Serice Binding Operator (#4484)
* Change API & Operator version for Serice Binding Operator This is to be compatible with SBO 0.5.0 * Remove startingCSV info from Operator setup script This will lead to installation of latest available version of the Operator
This commit is contained in:
@@ -15,7 +15,6 @@ install_etcd_operator(){
|
||||
name: etcd
|
||||
source: community-operators
|
||||
sourceNamespace: openshift-marketplace
|
||||
startingCSV: etcdoperator.v0.9.4-clusterwide
|
||||
EOF
|
||||
}
|
||||
|
||||
@@ -34,7 +33,6 @@ install_service_binding_operator(){
|
||||
name: rh-service-binding-operator
|
||||
source: redhat-operators
|
||||
sourceNamespace: openshift-marketplace
|
||||
startingCSV: service-binding-operator.v0.3.0
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user