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,7 +42,7 @@ metadata:
categories: Monitoring
certified: "false"
containerImage: observability-operator:0.4.0
createdAt: "2024-09-18T08:56:09Z"
createdAt: "2024-09-19T09:20:36Z"
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
Expand Down Expand Up @@ -761,15 +761,11 @@ spec:
- prometheus
- thanos
links:
- name: Observability Operator
url: https://rhobs-handbook.netlify.app/products/observability-operator
- name: GitHub
url: https://github.com/rhobs/observability-operator
maintainers:
- email: jfajersk@redhat.com
name: Jan Fajerski
- email: sthaha@redhat.com
name: Sunil Thaha
Comment on lines -771 to -772
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the light of this change, should

publisher: Sunil Thaha
point to the team instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't apply for the productized version because the operator is shipped via the Red Hat catalog but I can fix in a following PR.

- email: spasquie@redhat.com
name: Simon Pasquier
maturity: alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,11 @@ spec:
- prometheus
- thanos
links:
- name: Observability Operator
url: https://rhobs-handbook.netlify.app/products/observability-operator
- name: GitHub
url: https://github.com/rhobs/observability-operator
maintainers:
- email: jfajersk@redhat.com
name: Jan Fajerski
- email: sthaha@redhat.com
name: Sunil Thaha
- email: spasquie@redhat.com
name: Simon Pasquier
maturity: alpha
Expand Down
Loading