From 326f66009c91d70e69e409bdcbaed569fd66d6da Mon Sep 17 00:00:00 2001 From: akumar074 Date: Tue, 19 Mar 2024 13:29:07 +0530 Subject: [PATCH] [1.13.x-blue-next][RHPAM-4904] Add required annotations for Infrastructure Feature Test --- .../bamoe-kogito-operator.clusterserviceversion.yaml | 7 +++++++ .../bases/bamoe-kogito-operator.clusterserviceversion.yaml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/bundle/bamoe/manifests/bamoe-kogito-operator.clusterserviceversion.yaml b/bundle/bamoe/manifests/bamoe-kogito-operator.clusterserviceversion.yaml index d30f1a506..81a50b0da 100644 --- a/bundle/bamoe/manifests/bamoe-kogito-operator.clusterserviceversion.yaml +++ b/bundle/bamoe/manifests/bamoe-kogito-operator.clusterserviceversion.yaml @@ -60,6 +60,13 @@ metadata: containerImage: registry.stage.redhat.io/ibm-bamoe/bamoe-kogito-rhel8-operator:8.0.4 description: IBM BAMOE Kogito Operator for deployment and management of Kogito services. + features.operators.openshift.io/disconnected: "false" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" operators.openshift.io/valid-subscription: '["IBM Business Automation Manager Open Edition"]' operators.operatorframework.io/builder: operator-sdk-v1.21.0 diff --git a/config/manifests/bamoe/bases/bamoe-kogito-operator.clusterserviceversion.yaml b/config/manifests/bamoe/bases/bamoe-kogito-operator.clusterserviceversion.yaml index 4cc3467d4..c4bc6cc67 100644 --- a/config/manifests/bamoe/bases/bamoe-kogito-operator.clusterserviceversion.yaml +++ b/config/manifests/bamoe/bases/bamoe-kogito-operator.clusterserviceversion.yaml @@ -9,6 +9,13 @@ metadata: containerImage: registry.stage.redhat.io/ibm-bamoe/bamoe-kogito-rhel8-operator:0.0.0 description: IBM BAMOE Kogito Operator for deployment and management of Kogito services. + features.operators.openshift.io/disconnected: "false" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" operators.openshift.io/valid-subscription: '["IBM Business Automation Manager Open Edition"]' operators.operatorframework.io/builder: operator-sdk-v1.2.0