github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/zookeeper-cluster/Chart.yaml (about) 1 apiVersion: v2 2 name: zookeeper-cluster 3 description: A Zookeeper Cluster Helm chart for KubeBlocks. 4 5 # A chart can be either an 'application' or a 'library' chart. 6 type: application 7 8 # This is the chart version. 9 version: 0.7.0-alpha.0 10 11 # This is the version number of the application being deployed. 12 appVersion: "3.7.1" 13 14 dependencies: 15 - name: kblib 16 version: 0.1.0 17 repository: file://../kblib 18 alias: extra 19 20 home: https://zookeeper.apache.org/ 21 icon: https://www.apache.org/logos/res/zookeeper/zookeeper.png 22 keywords: 23 - zookeeper 24 - zookeeper-cluster 25 - synchronization 26 - naming 27 - etcd 28 29 maintainers: 30 - name: ApeCloud 31 url: https://github.com/apecloud/kubeblocks/deploy 32 - name: kissycn 33 url: https://github.com/kissycn 34 35