From 8b4cd97c5036321cb5b177aa17b00c58a22abdfd Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 24 Oct 2024 12:24:00 +0200 Subject: [PATCH] fix: hide Prometheus operator CRDs in UI Closes COO-474 Signed-off-by: Simon Pasquier --- .../observability-operator.clusterserviceversion.yaml | 4 ++-- .../bases/observability-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index 5a1b459d..bdc1b8ef 100644 --- a/bundle/manifests/observability-operator.clusterserviceversion.yaml +++ b/bundle/manifests/observability-operator.clusterserviceversion.yaml @@ -42,7 +42,7 @@ metadata: categories: Monitoring certified: "false" containerImage: observability-operator:0.4.2 - createdAt: "2024-10-08T12:44:05Z" + createdAt: "2024-10-24T10:14:51Z" description: A Go based Kubernetes operator to setup and manage highly available Monitoring Stack using Prometheus, Alertmanager and Thanos Querier. operators.operatorframework.io/builder: operator-sdk-v1.36.1 @@ -51,7 +51,7 @@ metadata: "prometheuses.monitoring.rhobs", "alertmanagers.monitoring.rhobs", "thanosrulers.monitoring.rhobs", - "prometheusagents.monitoring.rhobs", + "prometheusagents.monitoring.rhobs" ] operators.operatorframework.io/project_layout: unknown repository: https://github.com/rhobs/observability-operator diff --git a/deploy/olm/bases/observability-operator.clusterserviceversion.yaml b/deploy/olm/bases/observability-operator.clusterserviceversion.yaml index 5d336728..269fb0eb 100644 --- a/deploy/olm/bases/observability-operator.clusterserviceversion.yaml +++ b/deploy/olm/bases/observability-operator.clusterserviceversion.yaml @@ -16,7 +16,7 @@ metadata: "prometheuses.monitoring.rhobs", "alertmanagers.monitoring.rhobs", "thanosrulers.monitoring.rhobs", - "prometheusagents.monitoring.rhobs", + "prometheusagents.monitoring.rhobs" ] repository: 'https://github.com/rhobs/observability-operator' name: observability-operator.v0.0.0