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