Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions template/deploy/helm/[[operator]]/Chart.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ appVersion: "<version_placeholder>"
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 }]

Expand Down