From 1e584e67d679be8397f0f511ad7046bfbfc25955 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 22 Jul 2024 14:41:15 -0400 Subject: [PATCH] Update catalog-info.yaml We need to quote the extra colon in the owner field. --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 9bc295a..9cd39b2 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -9,6 +9,6 @@ metadata: icon: "Issue" annotations: spec: - owner: group: tcril-engineering + owner: "group:tcril-engineering" type: 'issue-tracker' lifecycle: 'production'