46

Running helm lint I get:

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

Where do I set the icon?

Community
  • 1
  • 1
Chris G.
  • 23,930
  • 48
  • 177
  • 302

1 Answers1

57

From helm docs:

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
Augustin R
  • 7,089
  • 3
  • 26
  • 54
k-sever
  • 975
  • 10
  • 13