From 71111248bd4a90fa51d97aa3a6f6860f3315911f Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 27 Jun 2023 00:30:53 +0300 Subject: [PATCH] :sparkles: Add `icon` field to `Chart.yaml` --- helm-chart/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index e871bcb0b..c534600b0 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -23,3 +23,4 @@ sources: - https://github.com/kubeshark/kubeshark/tree/master/helm-chart type: application version: "41.1" +icon: https://raw.githubusercontent.com/kubeshark/assets/master/logo/vector/logo.svg