From a2287f8b7d14e26089d0f6ea4a677d1a784e0400 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Thu, 6 Aug 2026 00:28:12 +0200 Subject: [PATCH] feat: Add a chart icon for Artifact Hub --- template/deploy/helm/[[operator]]/Chart.yaml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/deploy/helm/[[operator]]/Chart.yaml.j2 b/template/deploy/helm/[[operator]]/Chart.yaml.j2 index 9937b462..705852ab 100644 --- a/template/deploy/helm/[[operator]]/Chart.yaml.j2 +++ b/template/deploy/helm/[[operator]]/Chart.yaml.j2 @@ -6,6 +6,10 @@ appVersion: "" description: "{[ operator.chart_description }]" home: https://github.com/stackabletech/{[ operator.name }] +# One known use of this is the Artifact Hub (AH) listing which shows the logo. +# AH downloads the logo and re-hosts it. +# We opted to not use the project logos (e.g. the Apache Spark logo) here due to trademark concerns. +icon: https://raw.githubusercontent.com/stackabletech/{[ operator.name }]/main/.readme/static/borrowed/Icon_Stackable.svg sources: - https://github.com/stackabletech/{[ operator.name }]