From a0ccbd1d8b9713f0af8b870000a16458a0409dfe Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Wed, 29 Apr 2026 13:21:11 -0400 Subject: [PATCH] chore: Update owner and lifecycle in catalog-info.yaml --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index a1dc8204..04184d57 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -16,10 +16,10 @@ metadata: spec: # (Required) This can be a group(`group:` or a user(`user:`) - owner: "bmtcril" + owner: group:committers-analytics # (Required) Acceptable Type Values: service, website, library type: 'library' # (Required) Acceptable Lifecycle Values: experimental, production, deprecated - lifecycle: 'experimental' + lifecycle: 'production'