github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/tdengine-cluster/Chart.yaml (about) 1 apiVersion: v2 2 3 name: tdengine-cluster 4 5 description: A Helm chart to create a cluster for TDengine in Kubeblocks. 6 7 # A chart can be either an 'application' or a 'library' chart. 8 # 9 # Application charts are a collection of templates that can be packaged into versioned archives 10 # to be deployed. 11 # 12 # Library charts provide useful utilities or functions for the chart developer. They're included as 13 # a dependency of application charts to inject those utilities and functions into the rendering 14 # pipeline. Library charts do not define any templates and therefore cannot be deployed. 15 type: application 16 17 # This is the chart version. This version number should be incremented each time you make changes 18 # to the chart and its templates, including the app version. 19 # Versions are expected to follow Semantic Versioning (https://semver.org/) 20 version: 0.7.0-alpha.0 21 22 # This is the version number of the application being deployed. This version number should be 23 # incremented each time you make changes to the application. Versions are not expected to 24 # follow Semantic Versioning. They should reflect the version the application is using. 25 # It is recommended to use it with quotes. 26 appVersion: "3.0.5.0" 27 28 dependencies: 29 - name: kblib 30 version: 0.1.0 31 repository: file://../kblib 32 alias: extra 33 34 icon: https://kubeblocks.io/img/logo.png