Skip to content

Commit

Permalink
fix: delete points
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fernandez <[email protected]>
  • Loading branch information
marioferh committed Sep 28, 2023
1 parent b95c5d6 commit 1506632
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
28 changes: 14 additions & 14 deletions bundle/manifests/observability-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ metadata:
capabilities: Basic Install
categories: Monitoring
certified: "false"
containerImage: observability-operator:0.0.25
createdAt: "2023-09-28T09:06:52Z"
containerImage: <IMG_OBSERVABILITY_OPERATOR>
createdAt: "2023-09-28T13:04:35Z"
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.31.0
Expand All @@ -53,14 +53,14 @@ metadata:
]
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/rhobs/observability-operator
name: observability-operator.v0.0.25
name: observability-operator.v0.0.20-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: AlertmanagerConfig defines a namespaced AlertmanagerConfig to be
aggregated across multiple namespaces configuring one Alertmanager cluster.
aggregated across multiple namespaces configuring one Alertmanager cluster
displayName: AlertmanagerConfig
kind: AlertmanagerConfig
name: alertmanagerconfigs.monitoring.rhobs
Expand All @@ -75,39 +75,39 @@ spec:
kind: MonitoringStack
name: monitoringstacks.monitoring.rhobs
version: v1alpha1
- description: PodMonitor defines monitoring for a set of pods.
- description: PodMonitor defines monitoring for a set of pods
displayName: PodMonitor
kind: PodMonitor
name: podmonitors.monitoring.rhobs
version: v1
- description: Probe defines monitoring for a set of static targets or ingresses.
- description: Probe defines monitoring for a set of static targets or ingresses
displayName: Probe
kind: Probe
name: probes.monitoring.rhobs
version: v1
- description: PrometheusAgent defines a Prometheus agent deployment.
- description: PrometheusAgent defines a Prometheus agent deployment
displayName: PrometheusAgent
kind: PrometheusAgent
name: prometheusagents.monitoring.rhobs
version: v1alpha1
- description: Prometheus defines a Prometheus deployment.
- description: Prometheus defines a Prometheus deployment
displayName: Prometheus
kind: Prometheus
name: prometheuses.monitoring.rhobs
version: v1
- description: PrometheusRule defines recording and alerting rules for a Prometheus
instance.
instance
displayName: PrometheusRule
kind: PrometheusRule
name: prometheusrules.monitoring.rhobs
version: v1
- description: ScrapeConfig defines a namespaced Prometheus scrape_config to be
aggregated across multiple namespaces into the Prometheus configuration.
aggregated across multiple namespaces into the Prometheus configuration
displayName: ScrapeConfig
kind: ScrapeConfig
name: scrapeconfigs.monitoring.rhobs
version: v1alpha1
- description: ServiceMonitor defines monitoring for a set of services.
- description: ServiceMonitor defines monitoring for a set of services
displayName: ServiceMonitor
kind: ServiceMonitor
name: servicemonitors.monitoring.rhobs
Expand All @@ -118,7 +118,7 @@ spec:
kind: ThanosQuerier
name: thanosqueriers.monitoring.rhobs
version: v1alpha1
- description: ThanosRuler defines a ThanosRuler deployment.
- description: ThanosRuler defines a ThanosRuler deployment
displayName: ThanosRuler
kind: ThanosRuler
name: thanosrulers.monitoring.rhobs
Expand Down Expand Up @@ -589,7 +589,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.0.25
image: quay.io/mariofer/obo:0.0.20-dev
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -650,7 +650,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.25
version: 0.0.20-dev
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
customresourcedefinitions:
owned:
- description: AlertmanagerConfig defines a namespaced AlertmanagerConfig to
be aggregated across multiple namespaces configuring one Alertmanager cluster.
be aggregated across multiple namespaces configuring one Alertmanager cluster
displayName: AlertmanagerConfig
kind: AlertmanagerConfig
name: alertmanagerconfigs.monitoring.rhobs
Expand All @@ -39,38 +39,38 @@ spec:
kind: MonitoringStack
name: monitoringstacks.monitoring.rhobs
version: v1alpha1
- description: PodMonitor defines monitoring for a set of pods.
- description: PodMonitor defines monitoring for a set of pods
displayName: PodMonitor
kind: PodMonitor
name: podmonitors.monitoring.rhobs
version: v1
- description: Probe defines monitoring for a set of static targets or ingresses.
- description: Probe defines monitoring for a set of static targets or ingresses
displayName: Probe
kind: Probe
name: probes.monitoring.rhobs
version: v1
- description: PrometheusAgent defines a Prometheus agent deployment.
- description: PrometheusAgent defines a Prometheus agent deployment
displayName: PrometheusAgent
kind: PrometheusAgent
name: prometheusagents.monitoring.rhobs
version: v1alpha1
- description: Prometheus defines a Prometheus deployment.
- description: Prometheus defines a Prometheus deployment
displayName: Prometheus
kind: Prometheus
name: prometheuses.monitoring.rhobs
version: v1
- description: PrometheusRule defines recording and alerting rules for a Prometheus instance.
- description: PrometheusRule defines recording and alerting rules for a Prometheus instance
displayName: PrometheusRule
kind: PrometheusRule
name: prometheusrules.monitoring.rhobs
version: v1
- description: ScrapeConfig defines a namespaced Prometheus scrape_config to be aggregated across
multiple namespaces into the Prometheus configuration.
multiple namespaces into the Prometheus configuration
displayName: ScrapeConfig
kind: ScrapeConfig
name: scrapeconfigs.monitoring.rhobs
version: v1alpha1
- description: ServiceMonitor defines monitoring for a set of services.
- description: ServiceMonitor defines monitoring for a set of services
displayName: ServiceMonitor
kind: ServiceMonitor
name: servicemonitors.monitoring.rhobs
Expand All @@ -80,7 +80,7 @@ spec:
kind: ThanosQuerier
name: thanosqueriers.monitoring.rhobs
version: v1alpha1
- description: ThanosRuler defines a ThanosRuler deployment.
- description: ThanosRuler defines a ThanosRuler deployment
displayName: ThanosRuler
kind: ThanosRuler
name: thanosrulers.monitoring.rhobs
Expand Down

0 comments on commit 1506632

Please sign in to comment.