github.com/kubevela/workflow@v0.6.0/charts/vela-workflow/Chart.yaml (about) 1 apiVersion: v2 2 name: vela-workflow 3 description: A Helm chart for KubeVela Workflow 4 5 # A chart can be either an 'application' or a 'library' chart. 6 # 7 # Application charts are a collection of templates that can be packaged into versioned archives 8 # to be deployed. 9 # 10 # Library charts provide useful utilities or functions for the chart developer. They're included as 11 # a dependency of application charts to inject those utilities and functions into the rendering 12 # pipeline. Library charts do not define any templates and therefore cannot be deployed. 13 type: application 14 15 # This is the chart version. This version number should be incremented each time you make changes 16 # to the chart and its templates, including the app version. 17 version: 0.1.0 18 19 # This is the version number of the application being deployed. This version number should be 20 # incremented each time you make changes to the application. 21 appVersion: 0.1.0 22 23 home: https://kubevela.io 24 icon: https://kubevela.io/img/logo.svg