github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/tdengine/Chart.yaml (about) 1 apiVersion: v2 2 3 name: tdengine 4 5 # This is the chart version. This version number should be incremented each time you make changes 6 # to the chart and its templates, including the app version. 7 # Versions are expected to follow Semantic Versioning (https://semver.org/) 8 version: 0.7.0-alpha.0 9 10 description: A Specific Implementation of TDengine Chart for Kubernetes, and provides by KubeBlocks' ClusterDefinition API manifests. 11 12 # A chart can be either an 'application' or a 'library' chart. 13 # 14 # Application charts are a collection of templates that can be packaged into versioned archives 15 # to be deployed. 16 # 17 # Library charts provide useful utilities or functions for the chart developer. They're included as 18 # a dependency of application charts to inject those utilities and functions into the rendering 19 # pipeline. Library charts do not define any templates and therefore cannot be deployed. 20 type: application 21 22 keywords: 23 - iot 24 - tsdb 25 - tdengine 26 - bigdata 27 - metrics 28 - monitoring 29 30 home: https://github.com/taosdata/TDengine 31 32 sources: 33 - https://github.com/taosdata/TDengine 34 35 dependencies: [] 36 37 maintainers: 38 - name: ApeCloud 39 url: https://github.com/apecloud/kubeblocks/deploy 40 41 icon: "https://www.taosdata.com/images/taosdata-logo.png" 42 43 # This is the version number of the application being deployed. This version number should be 44 # incremented each time you make changes to the application. Versions are not expected to 45 # follow Semantic Versioning. They should reflect the version the application is using. 46 # It is recommended to use it with quotes. 47 appVersion: "3.0.5.0" 48 49 deprecated: false 50 51 annotations: 52 category: Infrastructure for IoT