From 5f86e8893b015b86aed6ea34f6a64be34dd02ca4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Apr 2026 12:41:23 +0000 Subject: [PATCH] Update krateoctl YAML files from tag 1.0.20 Updated YAML files in crd-chart/templates directory to align with local krateoctl output. Source tag: 1.0.20 Workflow run: 24722594532 --- crd-chart/templates/Markdown.crd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crd-chart/templates/Markdown.crd.yaml b/crd-chart/templates/Markdown.crd.yaml index 9024231..4d11e7e 100644 --- a/crd-chart/templates/Markdown.crd.yaml +++ b/crd-chart/templates/Markdown.crd.yaml @@ -160,6 +160,11 @@ spec: description: displays a download button on top of the widget to allow download of the text type: boolean + contentMaxHeight: + description: if set, defines a max height for the markdown content. + when content overflows its container becomes scrollable + format: int32 + type: integer downloadFileExtension: description: if 'allowDownload' is set, this property allows to set an extension for the downloaded file. Default is .txt