Skip to content

Commit

Permalink
Add annotations required for RH certified pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Christy Jesuraj <[email protected]>
  • Loading branch information
leochr committed Aug 1, 2024
1 parent 6437d51 commit e0f00ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions bundle/manifests/open-liberty.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,16 @@ metadata:
categories: Application Runtime
certified: "true"
containerImage: icr.io/appcafe/open-liberty-operator:daily
createdAt: "2024-08-01T19:57:02Z"
createdAt: "2024-08-01T20:19:13Z"
description: Deploy and manage containerized Liberty applications
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
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"
olm.skipRange: '>=0.8.0 <1.3.3'
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/OpenLiberty/open-liberty-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ metadata:
certified: "true"
createdAt: "2022-03-01T09:00:00Z"
description: Deploy and manage containerized Liberty applications
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
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"
olm.skipRange: '>=0.8.0 <1.3.3'
operators.openshift.io/infrastructure-features: '["disconnected"]'
repository: https://github.com/OpenLiberty/open-liberty-operator
support: IBM
labels:
Expand Down

0 comments on commit e0f00ce

Please sign in to comment.