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

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