...

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

Documentation: github.com/linkerd/linkerd2/charts/linkerd-crds

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

View as plain text