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

     1  apiVersion: v2
     2  name: official-postgresql-cluster
     3  type: application
     4  version: 0.7.0-alpha.0
     5  description: A Official PostgreSQL cluster definition Helm chart for Kubernetes
     6  
     7  dependencies:
     8    - name: kblib
     9      version: 0.1.0
    10      repository: file://../kblib
    11      alias: extra
    12  
    13  # appVersion specifies the version of the Official PostgreSQL database to be created,
    14  # and this value should be consistent with an existing clusterVersion.
    15  # All supported clusterVersion versions can be viewed through `kubectl get clusterVersion`.
    16  # The current default value is the highest version of the Official PostgreSQL supported in KubeBlocks.
    17  appVersion: "14.7"
    18  
    19  keywords:
    20    - postgresql
    21    - database
    22    - sql
    23    - cluster
    24  
    25  home: https://github.com/apecloud/kubeblocks/tree/main/deploy/apecloud-postgresql-cluster
    26  icon: https://kubeblocks.io/img/logo.png
    27  
    28  maintainers:
    29    - name: ApeCloud
    30      url: https://kubeblocks.io/
    31  
    32  sources:
    33    - https://github.com/apecloud/kubeblocks/
    34    - https://github.com/apecloud/kubeblocks/tree/main/deploy/apecloud-postgresql
    35  
    36  annotations:
    37    kubeblocks.io/clusterVersions: "14.8.0,12.15.0"
    38    kubeblocks.io/multiCV: "true"
    39    category: Database