github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/apecloud-postgresql-cluster/Chart.yaml (about) 1 annotations: 2 category: Database 3 apiVersion: v2 4 name: apecloud-postgresql-cluster 5 type: application 6 version: 0.7.0-alpha.0 7 description: ApeCloud PostgreSQL is a database that is compatible with PostgreSQL syntax and achieves high availability 8 through the utilization of the RAFT consensus protocol. 9 dependencies: 10 - name: kblib 11 version: 0.1.0 12 repository: file://../kblib 13 alias: extra 14 15 # This is the temporary version of the ApeCloud PostgreSQL being deployed, 16 # TODO: Wait for ApeCloud PostgreSQL to determine the version number. 17 appVersion: "latest" 18 19 keywords: 20 - postgresql 21 - database 22 - sql 23 - cluster 24 - raft 25 26 home: https://github.com/apecloud/kubeblocks/tree/main/deploy/apecloud-postgresql-cluster 27 icon: https://kubeblocks.io/img/logo.png 28 29 maintainers: 30 - name: ApeCloud 31 url: https://kubeblocks.io/ 32 33 sources: 34 - https://github.com/apecloud/kubeblocks/ 35 - https://github.com/apecloud/kubeblocks/tree/main/deploy/apecloud-postgresql