From d0266d87da23eab958d4a75b2ad20bce11faa2bb Mon Sep 17 00:00:00 2001
From: Madhu Rajanna <madhupr007@gmail.com>
Date: Tue, 31 Jan 2023 09:10:16 +0100
Subject: [PATCH] bundle: set OwnNamespace to true

setting OwnNamespace to true as the dependent
csi-addons also required it to be true.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
---
 bundle/manifests/ocs-client-operator.clusterserviceversion.yaml | 2 +-
 .../bases/ocs-client-operator.clusterserviceversion.yaml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml b/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml
index 857f2d34..da9c688e 100644
--- a/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml
@@ -589,7 +589,7 @@ spec:
         serviceAccountName: ocs-client-operator-status-reporter
     strategy: deployment
   installModes:
-  - supported: false
+  - supported: true
     type: OwnNamespace
   - supported: false
     type: SingleNamespace
diff --git a/config/manifests/bases/ocs-client-operator.clusterserviceversion.yaml b/config/manifests/bases/ocs-client-operator.clusterserviceversion.yaml
index ca4d144b..6569eef4 100644
--- a/config/manifests/bases/ocs-client-operator.clusterserviceversion.yaml
+++ b/config/manifests/bases/ocs-client-operator.clusterserviceversion.yaml
@@ -30,7 +30,7 @@ spec:
       deployments: null
     strategy: ""
   installModes:
-  - supported: false
+  - supported: true
     type: OwnNamespace
   - supported: false
     type: SingleNamespace