diff --git a/charts/vela-core/Chart.yaml b/charts/vela-core/Chart.yaml index 66e3db5ca..7e8125caf 100644 --- a/charts/vela-core/Chart.yaml +++ b/charts/vela-core/Chart.yaml @@ -19,3 +19,6 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.1.0 + +home: https://kubevela.io +icon: https://kubevela.io/img/logo.jpg diff --git a/charts/vela-minimal/Chart.yaml b/charts/vela-minimal/Chart.yaml index 3ae3d8736..f27625942 100644 --- a/charts/vela-minimal/Chart.yaml +++ b/charts/vela-minimal/Chart.yaml @@ -19,3 +19,6 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.1.0 + +home: https://kubevela.io +icon: https://kubevela.io/img/logo.jpg \ No newline at end of file