mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-05 22:53:53 +00:00
fix: remove missing logo reference from Helm chart
The referenced logo file (docs/logo.png) doesn't exist, causing Artifact Hub to fail with 404 errors when indexing the chart. Commented out the icon line until a logo is created. Resolves: "error getting logo image https://raw.githubusercontent.com/ lukaszraczylo/gohoarder/main/docs/logo.png: unexpected status code received: 404"
This commit is contained in:
@@ -19,4 +19,4 @@ sources:
|
||||
maintainers:
|
||||
- name: Lukasz Raczylo
|
||||
email: lukasz@raczylo.com
|
||||
icon: https://raw.githubusercontent.com/lukaszraczylo/gohoarder/main/docs/logo.png
|
||||
# icon: https://raw.githubusercontent.com/lukaszraczylo/gohoarder/main/docs/logo.png # TODO: Add logo
|
||||
|
||||
Reference in New Issue
Block a user