diff --git a/bundle/rhpam/manifests/rhpam-kogito-operator.clusterserviceversion.yaml b/bundle/rhpam/manifests/rhpam-kogito-operator.clusterserviceversion.yaml index 10b8aa27c..9628cd589 100644 --- a/bundle/rhpam/manifests/rhpam-kogito-operator.clusterserviceversion.yaml +++ b/bundle/rhpam/manifests/rhpam-kogito-operator.clusterserviceversion.yaml @@ -59,6 +59,13 @@ metadata: certified: "true" containerImage: registry.stage.redhat.io/rhpam-7/rhpam-kogito-rhel8-operator:7.13.5 description: RHPAM 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: '["Red Hat Process Automation Manager", "Red Hat Decision Manager"]' operators.operatorframework.io/builder: operator-sdk-v1.21.0 diff --git a/config/manifests/rhpam/bases/rhpam-kogito-operator.clusterserviceversion.yaml b/config/manifests/rhpam/bases/rhpam-kogito-operator.clusterserviceversion.yaml index 7d5eac4d4..b3e1ff92a 100644 --- a/config/manifests/rhpam/bases/rhpam-kogito-operator.clusterserviceversion.yaml +++ b/config/manifests/rhpam/bases/rhpam-kogito-operator.clusterserviceversion.yaml @@ -8,6 +8,13 @@ metadata: certified: "true" containerImage: registry.stage.redhat.io/rhpam-7/rhpam-kogito-rhel8-operator:0.0.0 description: RHPAM 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: '["Red Hat Process Automation Manager", "Red Hat Decision Manager"]' operators.operatorframework.io/builder: operator-sdk-v1.2.0