From 6d6c8b3c2e36fa9ea8ca95cabb472ad4e221db6b Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Fri, 17 Apr 2026 14:26:27 -0500 Subject: [PATCH 1/2] Fix catalog: add system: database-operations --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 61bbb89..fef73f2 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -29,4 +29,5 @@ spec: type: library lifecycle: production owner: octothorpe + system: database-operations dependsOn: [] From f56ca8ae0e721d7d74d4fddfc2b9d299974146af Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Wed, 22 Apr 2026 08:04:47 -0500 Subject: [PATCH 2/2] Fix catalog: correct owner to sre-core --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index fef73f2..23cdd51 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -28,6 +28,6 @@ metadata: spec: type: library lifecycle: production - owner: octothorpe + owner: sre-core system: database-operations dependsOn: []