From 8bb01bb8875e299794b7324b7c83ebda9245eefb Mon Sep 17 00:00:00 2001 From: Jens Freimann Date: Thu, 8 Dec 2022 15:30:13 +0100 Subject: [PATCH] manifests: add back valid-subscription annotation This was removed earlier but needs to be added back in order to pass validation. Signed-off-by: Jens Freimann --- .../sandboxed-containers-operator.clusterserviceversion.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml b/config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml index db1cef28..ff3dd4f9 100644 --- a/config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml @@ -19,6 +19,7 @@ metadata: operators.operatorframework.io/builder: operator-sdk-v1.20.1+git operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/openshift/sandboxed-containers-operator + operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]' labels: operatorframework.io/arch.amd64: supported operatorframework.io/os.linux: supported