From bae0fc5c41a9995018829a502490fc22e533d1a6 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 18 Nov 2024 10:44:38 +0100 Subject: [PATCH] feat: add "Enable cluster monitoring" checkbox to OCP console This change adds the 'operatorframework.io/cluster-monitoring=true' annotation to the operator's CSV. Signed-off-by: Simon Pasquier --- .../observability-operator.clusterserviceversion.yaml | 3 ++- .../bases/observability-operator.clusterserviceversion.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index c71bdba03..2e0a95b2f 100644 --- a/bundle/manifests/observability-operator.clusterserviceversion.yaml +++ b/bundle/manifests/observability-operator.clusterserviceversion.yaml @@ -42,9 +42,10 @@ metadata: categories: Monitoring certified: "false" containerImage: observability-operator:0.4.2 - createdAt: "2024-11-15T07:47:01Z" + createdAt: "2024-11-18T09:45:14Z" description: A Go based Kubernetes operator to setup and manage highly available Monitoring Stack using Prometheus, Alertmanager and Thanos Querier. + operatorframework.io/cluster-monitoring: "true" operators.operatorframework.io/builder: operator-sdk-v1.37.0 operators.operatorframework.io/internal-objects: |- [ diff --git a/deploy/olm/bases/observability-operator.clusterserviceversion.yaml b/deploy/olm/bases/observability-operator.clusterserviceversion.yaml index 269fb0eb2..17f7cf70e 100644 --- a/deploy/olm/bases/observability-operator.clusterserviceversion.yaml +++ b/deploy/olm/bases/observability-operator.clusterserviceversion.yaml @@ -19,6 +19,7 @@ metadata: "prometheusagents.monitoring.rhobs" ] repository: 'https://github.com/rhobs/observability-operator' + operatorframework.io/cluster-monitoring: "true" name: observability-operator.v0.0.0 namespace: placeholder spec: