Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ metadata:
categories: Monitoring
certified: "false"
containerImage: observability-operator:0.4.2
createdAt: "2024-11-19T13:38:30Z"
createdAt: "2024-11-20T09:07:06Z"
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"
operatorframework.io/suggested-namespace: observability-operator
operators.operatorframework.io/builder: operator-sdk-v1.37.0
operators.operatorframework.io/internal-objects: |-
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ metadata:
]
repository: 'https://github.com/rhobs/observability-operator'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: observability-operator
name: observability-operator.v0.0.0
namespace: placeholder
spec:
Expand Down
Loading