helm lint: INFO Chart.yaml: icon is recommended

二次信任 提交于 2019-12-08 16:03:44

问题


Running helm lint I get:

I get: [INFO] Chart.yaml: icon is recommended

Where do I set the icon?


回答1:


From helm docs (https://docs.helm.sh/developing_charts/#charts):

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

I.e.:

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


来源:https://stackoverflow.com/questions/51557965/helm-lint-info-chart-yaml-icon-is-recommended

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!