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

     1  apiVersion: v2
     2  name: official-postgresql
     3  description: A Official PostgreSQL cluster definition Helm chart for Kubernetes
     4  
     5  type: application
     6  
     7  version: 0.7.0-alpha.0
     8  
     9  # The helm chart contains multiple kernel versions of Official PostgreSQL,
    10  # and each PostgreSQL version corresponds to a clusterVersion object.
    11  # appVersion should be consistent with the highest PostgreSQL kernel version in clusterVersion.
    12  appVersion: "14.7"
    13  
    14  annotations:
    15    kubeblocks.io/clusterVersions: "14.7,12.15"
    16    kubeblocks.io/multiCV: "true"
    17  
    18  home: https://kubeblocks.io/
    19  icon: https://kubeblocks.io/img/logo.png
    20  
    21  
    22  maintainers:
    23    - name: ApeCloud
    24      url: https://github.com/apecloud/kubeblocks/
    25  
    26  
    27  sources:
    28    - https://github.com/apecloud/kubeblocks/