Skip to content

Commit e5f14e1

Browse files
committed
fix(chart): correct Artifact Hub images annotation
- Add icon field for chart logo - Change artifacthub.io/images to list actual container images instead of logo URL (fixes Artifact Hub scan error)
1 parent 78cb863 commit e5f14e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

charts/kup6s-pages/Chart.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type: application
55
version: 1.0.0-beta.6
66
appVersion: "1.0.0-beta.6"
77
home: https://github.com/kup6s/pages
8+
icon: https://pages-docs.kup6s.com/assets/kup6s-pages-icon.svg
89
sources:
910
- https://github.com/kup6s/pages
1011
keywords:
@@ -22,8 +23,12 @@ annotations:
2223
artifacthub.io/operatorCapabilities: Basic Install
2324
artifacthub.io/category: integration-delivery
2425
artifacthub.io/images: |
25-
- name: logo
26-
image: https://pages-docs.kup6s.com/assets/kup6s-pages-icon.svg
26+
- name: operator
27+
image: ghcr.io/kup6s/pages-operator
28+
- name: syncer
29+
image: ghcr.io/kup6s/pages-syncer
30+
- name: nginx
31+
image: docker.io/library/nginx:1.25-alpine
2732
artifacthub.io/links: |
2833
- name: Documentation
2934
url: https://pages-docs.kup6s.com

0 commit comments

Comments
 (0)