From 6d10ba8a60f7eaf117ca61941a94307112acd2c4 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Tue, 4 Jun 2024 16:38:59 -0400 Subject: [PATCH] :ghost: Add CSV annotations Signed-off-by: Jason Montleon --- .../konveyor-operator.clusterserviceversion.yaml | 10 ++++++++++ .../olm/konveyor-operator.clusterserviceversion.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/bundle/manifests/konveyor-operator.clusterserviceversion.yaml b/bundle/manifests/konveyor-operator.clusterserviceversion.yaml index d2766c1..4a548ac 100644 --- a/bundle/manifests/konveyor-operator.clusterserviceversion.yaml +++ b/bundle/manifests/konveyor-operator.clusterserviceversion.yaml @@ -24,6 +24,16 @@ metadata: description: Konveyor is an open-source application modernization platform that helps organizations safely and predictably modernize applications to Kubernetes at scale. + features.operators.openshift.io/cnf: "false" + features.operators.openshift.io/cni: "false" + features.operators.openshift.io/csi: "false" + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "false" + 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" olm.skipRange: '>=0.0.0 <99.0.0' operatorframework.io/initialization-resource: |- { diff --git a/helm/templates/olm/konveyor-operator.clusterserviceversion.yaml b/helm/templates/olm/konveyor-operator.clusterserviceversion.yaml index 3daeaa5..c616c5c 100644 --- a/helm/templates/olm/konveyor-operator.clusterserviceversion.yaml +++ b/helm/templates/olm/konveyor-operator.clusterserviceversion.yaml @@ -11,6 +11,16 @@ metadata: description: Konveyor is an open-source application modernization platform that helps organizations safely and predictably modernize applications to Kubernetes at scale. + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "true" + features.operators.openshift.io/cnf: "false" + features.operators.openshift.io/cni: "false" + features.operators.openshift.io/csi: "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.0.0 <{{ .Values.version }}' operatorframework.io/initialization-resource: |- {