Skip to content

Commit

Permalink
Merge pull request openshift#389 from cpmeadors/add-new-feature-annot…
Browse files Browse the repository at this point in the history
…ation

KATA-2881: add new annotations to CSV
  • Loading branch information
gkurz committed Apr 3, 2024
2 parents bb538b1 + be8fa65 commit 70f4684
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ metadata:
}
]
capabilities: Seamless Upgrades
features.operators.openshift.io/disconnected: "true"
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"
olm.skipRange: '>=1.1.0 <1.5.3'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-v1.20.1+git
Expand Down

0 comments on commit 70f4684

Please sign in to comment.