...

Text file src/github.com/linkerd/linkerd2/charts/linkerd-control-plane/Chart.yaml

Documentation: github.com/linkerd/linkerd2/charts/linkerd-control-plane

     1apiVersion: "v2"
     2# this version will be updated by the CI before publishing the Helm tarball
     3appVersion: edge-XX.X.X
     4description: |
     5  Linkerd gives you observability, reliability, and security
     6  for your microservices — with no code change required.
     7type: application
     8home: https://linkerd.io
     9keywords:
    10  - service-mesh
    11kubeVersion: ">=1.22.0-0"
    12name: "linkerd-control-plane"
    13sources:
    14  - https://github.com/linkerd/linkerd2/
    15dependencies:
    16  - name: partials
    17    version: 0.1.0
    18    repository: file://../partials
    19# this version will be updated by the CI before publishing the Helm tarball
    20version: 0.0.0-undefined
    21icon: https://linkerd.io/images/logo-only-200h.png
    22maintainers:
    23  - name: Linkerd authors
    24    email: cncf-linkerd-dev@lists.cncf.io
    25    url: https://linkerd.io/

View as plain text