From 8450abd4a99808d0198bc06a96b3caf2c3cc58bb Mon Sep 17 00:00:00 2001 From: Kaustav Majumder Date: Mon, 30 Sep 2024 14:09:59 +0530 Subject: [PATCH] Update noobaa operator csv to install on all namespaces Signed-off-by: Kaustav Majumder (cherry picked from commit 21de9afdc66fd18e897eeec19de849eb36549996) --- deploy/olm/noobaa-operator.clusterserviceversion.yaml | 2 +- pkg/bundle/deploy.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/olm/noobaa-operator.clusterserviceversion.yaml b/deploy/olm/noobaa-operator.clusterserviceversion.yaml index ffa444349..3fffb4825 100644 --- a/deploy/olm/noobaa-operator.clusterserviceversion.yaml +++ b/deploy/olm/noobaa-operator.clusterserviceversion.yaml @@ -60,7 +60,7 @@ spec: type: SingleNamespace - supported: false type: MultiNamespace - - supported: false + - supported: true type: AllNamespaces install: strategy: deployment diff --git a/pkg/bundle/deploy.go b/pkg/bundle/deploy.go index b6a51b4de..17787b827 100644 --- a/pkg/bundle/deploy.go +++ b/pkg/bundle/deploy.go @@ -5907,7 +5907,7 @@ s3 ls s3://first.bucket ` + "`" + `` + "`" + `` + "`" + ` ` -const Sha256_deploy_olm_noobaa_operator_clusterserviceversion_yaml = "900ed615837a7f63510de5bff4bd8ffdcc02bea8cec0cf231d21e32812f78ed7" +const Sha256_deploy_olm_noobaa_operator_clusterserviceversion_yaml = "3b11ab7cce6a4dfc36ad13f75b37821c8e200aec4cf21007208948e74ce9cc44" const File_deploy_olm_noobaa_operator_clusterserviceversion_yaml = `apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion @@ -5971,7 +5971,7 @@ spec: type: SingleNamespace - supported: false type: MultiNamespace - - supported: false + - supported: true type: AllNamespaces install: strategy: deployment