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

     1  apiVersion: v2
     2  name: etcd-cluster
     3  description: A etcd cluster Helm chart for KubeBlocks
     4  
     5  # A chart can be either an 'application' or a 'library' chart.
     6  #
     7  # Application charts are a collection of templates that can be packaged into versioned archives
     8  # to be deployed.
     9  #
    10  # Library charts provide useful utilities or functions for the chart developer. They're included as
    11  # a dependency of application charts to inject those utilities and functions into the rendering
    12  # pipeline. Library charts do not define any templates and therefore cannot be deployed.
    13  type: application
    14  
    15  # This is the chart version. This version number should be incremented each time you make changes
    16  # to the chart and its templates, including the app version.
    17  # Versions are expected to follow Semantic Versioning (https://semver.org/)
    18  version: 0.1.0
    19  
    20  # This is the version number of the application being deployed. This version number should be
    21  # incremented each time you make changes to the application. Versions are not expected to
    22  # follow Semantic Versioning. They should reflect the version the application is using.
    23  # It is recommended to use it with quotes.
    24  appVersion: "v3.5.6"
    25  dependencies:
    26    - name: kblib
    27      version: 0.1.0
    28      repository: file://../kblib
    29      alias: extra
    30  
    31  home: https://etcd.io/
    32  icon: https://bitnami.com/assets/stacks/etcd/img/etcd-stack-220x234.png
    33  keywords:
    34    - etcd
    35    - cluster
    36    - database
    37    - cache
    38    - key-value
    39  
    40  maintainers:
    41    - name: free6om
    42      url: https://github.com/apecloud/kubeblocks/deploy