helm lint: INFO Chart.yaml: 推荐图标

helm lint: INFO Chart.yaml: icon is recommended

运行 helm lint 我得到:

我得到:[INFO] Chart.yaml: icon is recommended

在哪里设置图标?

来自helm docs

icon: A URL to an SVG or PNG image to be used as an icon (optional).

即:

apiVersion: v1
description: A Helm chart
name: myChart
version: 0.1.0
icon: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png