From 43e2912738d7f00fb3147177c6252e6c6f968f54 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 4 Aug 2026 09:49:32 +0200 Subject: [PATCH 1/2] fix: Templating of keywords --- template/deploy/helm/[[operator]]/Chart.yaml.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/template/deploy/helm/[[operator]]/Chart.yaml.j2 b/template/deploy/helm/[[operator]]/Chart.yaml.j2 index 7fec1d61..9937b462 100644 --- a/template/deploy/helm/[[operator]]/Chart.yaml.j2 +++ b/template/deploy/helm/[[operator]]/Chart.yaml.j2 @@ -9,10 +9,7 @@ home: https://github.com/stackabletech/{[ operator.name }] sources: - https://github.com/stackabletech/{[ operator.name }] -keywords: -{[%- for keyword in operator.keywords %}] - - {[ keyword }] -{[%- endfor %}] +keywords: {[ operator.keywords | tojson }] maintainers: - name: Stackable From b1c6faac33a20410da088bd01ec1b6393d93b6f1 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 4 Aug 2026 10:05:18 +0200 Subject: [PATCH 2/2] Also fix newlines in Markdown --- template/deploy/helm/[[operator]]/README.md.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/deploy/helm/[[operator]]/README.md.j2 b/template/deploy/helm/[[operator]]/README.md.j2 index 7db3470e..ddc49dd4 100644 --- a/template/deploy/helm/[[operator]]/README.md.j2 +++ b/template/deploy/helm/[[operator]]/README.md.j2 @@ -40,9 +40,9 @@ See the [documentation](https://docs.stackable.tech/home/stable/{[ operator.prod This operator installs and manages its own CustomResourceDefinitions, so they are not part of this chart. The resources it reconciles, and the configuration they accept, are described in the [documentation](https://docs.stackable.tech/home/stable/{[ operator.product_string }]/). -{[%- if operator.config.has_product | default(true) %}] +{[% if operator.config.has_product | default(true) %}] Each CRD is also browsable on the [Stackable Hub](https://hub.stackable.tech/components/{[ operator.hub_component_slug | default(operator.product_string) }]), with its schema and the API versions served per SDP release. -{[%- endif %}] +{[% endif %}] ## Links