Skip to content

Commit 2512f44

Browse files
pgodowskiPiotr Godowski
andauthored
add required OLM metadata (#1103)
* add required OLM 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 the base file --------- Co-authored-by: Piotr Godowski <[email protected]>
1 parent d7bf88e commit 2512f44

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bundle/manifests/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ metadata:
138138
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
139139
repository: https://github.com/IBM/operand-deployment-lifecycle-manager
140140
support: IBM
141+
features.operators.openshift.io/disconnected: "true"
142+
features.operators.openshift.io/fips-compliant: "true"
143+
features.operators.openshift.io/proxy-aware: "false"
144+
features.operators.openshift.io/tls-profiles: "false"
145+
features.operators.openshift.io/token-auth-aws: "false"
146+
features.operators.openshift.io/token-auth-azure: "false"
147+
features.operators.openshift.io/token-auth-gcp: "false"
141148
labels:
142149
operatorframework.io/arch.amd64: supported
143150
operatorframework.io/arch.ppc64le: supported

config/manifests/bases/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ metadata:
1717
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
1818
repository: https://github.com/IBM/operand-deployment-lifecycle-manager
1919
support: IBM
20+
features.operators.openshift.io/disconnected: "true"
21+
features.operators.openshift.io/fips-compliant: "true"
22+
features.operators.openshift.io/proxy-aware: "false"
23+
features.operators.openshift.io/tls-profiles: "false"
24+
features.operators.openshift.io/token-auth-aws: "false"
25+
features.operators.openshift.io/token-auth-azure: "false"
26+
features.operators.openshift.io/token-auth-gcp: "false"
2027
labels:
2128
operatorframework.io/arch.amd64: supported
2229
operatorframework.io/arch.ppc64le: supported

0 commit comments

Comments
 (0)