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

     1  apiVersion: v2
     2  name: kubeblocks
     3  description: KubeBlocks Core Controller Operator.
     4  type: application
     5  version: 0.7.0-alpha.0
     6  appVersion: 0.7.0-alpha.0
     7  
     8  kubeVersion: '>=1.22.0-0'
     9  
    10  home: https://www.kubeblocks.io/
    11  icon: https://kubeblocks.io/img/logo.png
    12  keywords:
    13  - kubernetes
    14  - database
    15  - streaming
    16  - messsage queue
    17  - paas
    18  - platform
    19  
    20  maintainers:
    21  - name: ApeCloud
    22    url: https://github.com/apecloud/kubeblocks/
    23  
    24  sources:
    25  - https://github.com/apecloud/kubeblocks/
    26  
    27  annotations:
    28    artifacthub.io/changes: ""
    29    artifacthub.io/links: ""
    30    artifacthub.io/operator: "true"
    31    artifacthub.io/prerelease: "true"
    32  
    33  dependencies: []