From bdd142b65d8fd0aee34cc9f77d53dd21191ff000 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 30 Oct 2024 14:44:31 -0400 Subject: [PATCH] Add the Red Hat CSV labels and annotations Signed-off-by: mprahl --- ...tekeeper-operator.clusterserviceversion.yaml | 17 +++++++++++++++++ ...tekeeper-operator.clusterserviceversion.yaml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml b/bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml index ae5bbf0a..344b459d 100644 --- a/bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml +++ b/bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml @@ -16,9 +16,26 @@ metadata: } ] capabilities: Basic Install + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "true" + 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: "<3.17.0" + operators.openshift.io/valid-subscription: '["OpenShift Platform Plus", "Red Hat + Advanced Cluster Management for Kubernetes"]' operators.operatorframework.io/builder: operator-sdk-v1.34.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 + repository: https://github.com/stolostron/gatekeeper-operator + support: Red Hat + labels: + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/os.linux: supported name: gatekeeper-operator.v3.17.0 namespace: placeholder spec: diff --git a/config/manifests/bases/gatekeeper-operator.clusterserviceversion.yaml b/config/manifests/bases/gatekeeper-operator.clusterserviceversion.yaml index 72594efb..4b427ad1 100644 --- a/config/manifests/bases/gatekeeper-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/gatekeeper-operator.clusterserviceversion.yaml @@ -4,9 +4,26 @@ metadata: annotations: alm-examples: '[]' capabilities: Basic Install + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "true" + 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: <0.3.0 + operators.openshift.io/valid-subscription: '["OpenShift Platform Plus", "Red Hat + Advanced Cluster Management for Kubernetes"]' operators.operatorframework.io/builder: operator-sdk-v1.31.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 + repository: https://github.com/stolostron/gatekeeper-operator + support: Red Hat + labels: + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/os.linux: supported name: gatekeeper-operator.v0.0.1 namespace: placeholder spec: