From 1baf0993de841a21d1fabf519644db0fa1ddb307 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 4 Jan 2026 14:25:57 +0000 Subject: [PATCH] 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" --- helm/gohoarder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/gohoarder/Chart.yaml b/helm/gohoarder/Chart.yaml index fe8ec29..8d81aef 100644 --- a/helm/gohoarder/Chart.yaml +++ b/helm/gohoarder/Chart.yaml @@ -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