Skip to content

Commit

Permalink
Add Observability as a valid operator category
Browse files Browse the repository at this point in the history
Signed-off-by: kevinrizza <[email protected]>
  • Loading branch information
kevinrizza committed Oct 27, 2023
1 parent 071829b commit 1468d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/validation/internal/operatorhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ var validCategories = map[string]struct{}{
"Security": {},
"Storage": {},
"Streaming & Messaging": {},
"Observability": {},
}

const minKubeVersionWarnMessage = "csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. " +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
],\n \"storageType\":\"S3\",\n \"s3\": {\n \"path\": \"<full-s3-path>\"\
,\n \"awsSecret\": \"<aws-secret>\"\n }\n }\n }\n]\n"
capabilities: Full Lifecycle
categories: Database, Big Data
categories: Database, Big Data, Observability
containerImage: quay.io/coreos/etcd-operator@sha256:66a37fd61a06a43969854ee6d3e21087a98b93838e284a6086b13917f96b0d9b
createdAt: 2019-02-28 01:03:00
description: Create and maintain highly-available etcd clusters on Kubernetes
Expand Down

0 comments on commit 1468d16

Please sign in to comment.