Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cp3pt0-deployment/setup_tenant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ function install_cs_operator() {
# config commonservice operator_namespace and service_namespace
configure_cs_kind $ns
# upgrade operator
warning "Found another ibm-common-service-operator subscription in namespace $ns, please make sure it is needed for CloudPak, checking upgrade...\n"
validate_operator_catalogsource $pm $ns $op_source $op_source_ns $CHANNEL op_source op_source_ns
update_operator $pm $ns $CHANNEL $op_source $op_source_ns $INSTALL_MODE
wait_for_operator_upgrade $ns $pm $CHANNEL $INSTALL_MODE
Expand Down
Loading