github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/apecloud-mysql-cluster/Chart.yaml (about)

     1  annotations:
     2    category: Database
     3  apiVersion: v2
     4  name: apecloud-mysql-cluster
     5  type: application
     6  version: 0.7.0-alpha.0
     7  description: ApeCloud MySQL is a database that is compatible with MySQL 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 version number of the ApeCloud MySQL being deployed,
    16  # rather than the version number of ApeCloud MySQL-Scale itself.
    17  # From a user's perspective, the version  number of the frontend
    18  # proxy of the MySQL being used is not relevant.
    19  appVersion: "8.0.30"
    20  
    21  keywords:
    22    - mysql
    23    - database
    24    - sql
    25    - cluster
    26    - raft
    27  
    28  home: https://github.com/apecloud/kubeblocks/tree/main/deploy/apecloud-mysql-cluster
    29  icon: https://kubeblocks.io/img/logo.png
    30  
    31  maintainers:
    32    - name: ApeCloud
    33      url: https://kubeblocks.io/
    34  
    35  sources:
    36    - https://github.com/apecloud/kubeblocks/
    37    - https://github.com/apecloud/kubeblocks/tree/main/deploy/apecloud-mysql