From cb06449b5faecb567c3f25016990330ff720c002 Mon Sep 17 00:00:00 2001 From: Oleg Bulatov Date: Mon, 4 Mar 2024 14:35:51 +0100 Subject: [PATCH] chore: add `features.operators.openshift.io/*` annotations --- bundle/manifests/quay-operator.clusterserviceversion.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bundle/manifests/quay-operator.clusterserviceversion.yaml b/bundle/manifests/quay-operator.clusterserviceversion.yaml index 4c6bb6604..6c4700a61 100644 --- a/bundle/manifests/quay-operator.clusterserviceversion.yaml +++ b/bundle/manifests/quay-operator.clusterserviceversion.yaml @@ -38,6 +38,13 @@ metadata: } ] operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware", "fips"]' + 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" name: quay-operator.v3.6.1 namespace: placeholder labels: