github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/mariadb-cluster/Chart.yaml (about) 1 annotations: 2 category: Database 3 apiVersion: v2 4 name: mariadb-cluster 5 type: application 6 version: 0.7.0-alpha.0 7 description: MariaDB is an open-source relational database management system developed from a branch of MySQL. 8 dependencies: 9 - name: kblib 10 version: 0.1.0 11 repository: file://../kblib 12 alias: extra 13 14 # This is the version number of the Mariadb being deployed, 15 # rather than the version number of Mariadb-Scale itself. 16 # From a user's perspective, the version number of the frontend 17 # proxy of the Mariadb being used is not relevant. 18 appVersion: "10.6.15" 19 20 keywords: 21 - mariadb 22 - database 23 - sql 24 - cluster 25 - raft 26 27 home: https://github.com/apecloud/kubeblocks/tree/main/deploy/mariadb-cluster 28 icon: https://kubeblocks.io/img/logo.png 29 30 maintainers: 31 - name: yinmin2020 32 url: https://kubeblocks.io/ 33 34 sources: 35 - https://github.com/apecloud/kubeblocks/ 36 - https://github.com/apecloud/kubeblocks/tree/main/deploy/mariadb