Skip to content

Commit

Permalink
[release-1.32] Add new annotation format required for operators (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Mar 6, 2024
1 parent 3fb01a9 commit 1f39808
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ metadata:
operatorframework.io/suggested-namespace: "openshift-serverless"
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
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"
alm-examples: |-
[
{
Expand Down
7 changes: 7 additions & 0 deletions templates/csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ metadata:
operatorframework.io/suggested-namespace: "openshift-serverless"
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
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"
alm-examples: |-
[
{
Expand Down

0 comments on commit 1f39808

Please sign in to comment.