From 9f2a4dca1ec1c7ac34cde8f5a06c347082634601 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Jun 2025 07:16:00 +0000 Subject: [PATCH] Update Smithery YAML files from tag 0.0.17 Updated YAML files in chart/crds directory to align with local smithery output. Source tag: 0.0.17 Workflow run: 15895377098 --- chart/crds/Panel.crd.yaml | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/chart/crds/Panel.crd.yaml b/chart/crds/Panel.crd.yaml index 4631c2e..c89af02 100644 --- a/chart/crds/Panel.crd.yaml +++ b/chart/crds/Panel.crd.yaml @@ -325,27 +325,17 @@ spec: type: string footer: description: footer section of the panel containing additional - items and tags - properties: - items: - description: list of resource references to render in the - footer - items: - properties: - resourceRefId: - description: the identifier of the k8s custom resource - that should be represented, usually a widget - type: string - required: - - resourceRefId - type: object - type: array - tags: - description: list of string tags to be displayed in the footer - items: + items + items: + properties: + resourceRefId: + description: the identifier of the k8s custom resource that + should be represented, usually a widget type: string - type: array - type: object + required: + - resourceRefId + type: object + type: array headerLeft: description: optional text to be displayed under the title, on the left side of the Panel @@ -380,6 +370,11 @@ spec: - resourceRefId type: object type: array + tags: + description: list of string tags to be displayed in the footer + items: + type: string + type: array title: description: text to be displayed as the panel title type: string