Skip to content

Commit 9e0e9c9

Browse files
pgodowskiPiotr Godowski
andauthored
Adding OLM required metadata (#2339)
* Adding OLM required metadata ..as defined in https://docs.redhat.com/en/documentation/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#con-operator-requirements_openshift-sw-cert-policy-products-managed and required by RH Certification * update base file --------- Co-authored-by: Piotr Godowski <[email protected]>
1 parent 9b8e788 commit 9e0e9c9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bundle/manifests/ibm-common-service-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ metadata:
3434
operators.operatorframework.io/builder: operator-sdk-v1.31.0
3535
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
3636
repository: https://github.com/IBM/ibm-common-service-operator
37+
features.operators.openshift.io/disconnected: "true"
38+
features.operators.openshift.io/fips-compliant: "true"
39+
features.operators.openshift.io/proxy-aware: "false"
40+
features.operators.openshift.io/tls-profiles: "false"
41+
features.operators.openshift.io/token-auth-aws: "false"
42+
features.operators.openshift.io/token-auth-azure: "false"
43+
features.operators.openshift.io/token-auth-gcp: "false"
3744
support: IBM
3845
labels:
3946
operatorframework.io/arch.amd64: supported

config/manifests/bases/ibm-common-service-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ metadata:
1919
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
2020
repository: https://github.com/IBM/ibm-common-service-operator
2121
support: IBM
22+
features.operators.openshift.io/disconnected: "true"
23+
features.operators.openshift.io/fips-compliant: "true"
24+
features.operators.openshift.io/proxy-aware: "false"
25+
features.operators.openshift.io/tls-profiles: "false"
26+
features.operators.openshift.io/token-auth-aws: "false"
27+
features.operators.openshift.io/token-auth-azure: "false"
28+
features.operators.openshift.io/token-auth-gcp: "false"
2229
labels:
2330
operatorframework.io/arch.amd64: supported
2431
operatorframework.io/arch.ppc64le: supported

0 commit comments

Comments
 (0)