Skip to content

Commit b019e4a

Browse files
cpmeadorsgkurz
authored andcommitted
Add new annotations to CSV
The `features.operators.openshift.io` infrastructure feature annotations, introduced in OpenShift Container Platform 4.14, deprecate the `operators.openshift.io/infrastructure-features` annotations used in earlier versions of OpenShift Container Platform. See [1] Drop the `operators.openshift.io/infrastructure-features` line. [1] https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html#osdk-csv-manual-annotations-deprecated_osdk-generating-csvs Fixes: KATA-2895 Fixes: KATA-2876 Signed-off-by: Cameron Meadors <[email protected]> Signed-off-by: Greg Kurz <[email protected]> (cherry picked from commit 0208616, fixed trivial context conflict) Signed-off-by: Greg Kurz <[email protected]>
1 parent 0ec717d commit b019e4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16+
features.operators.openshift.io/disconnected: "true"
17+
features.operators.openshift.io/fips-compliant: "false"
18+
features.operators.openshift.io/proxy-aware: "false"
19+
features.operators.openshift.io/tls-profiles: "false"
20+
features.operators.openshift.io/token-auth-aws: "false"
21+
features.operators.openshift.io/token-auth-azure: "false"
22+
features.operators.openshift.io/token-auth-gcp: "false"
1623
olm.skipRange: '>=1.1.0 <1.5.3'
1724
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
18-
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
1925
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
2026
Platform Plus"]'
2127
operators.operatorframework.io/builder: operator-sdk-v1.20.1+git

0 commit comments

Comments
 (0)