mirror of https://github.com/linkerd/linkerd2.git
19 lines
639 B
YAML
19 lines
639 B
YAML
apiVersion: "v1"
|
|
# this version will be updated by the CI before publishing the Helm tarball
|
|
appVersion: edge-XX.X.X
|
|
description: Linkerd gives you observability, reliability, and security for your microservices — with no code change required.
|
|
home: https://linkerd.io
|
|
keywords:
|
|
- service-mesh
|
|
kubeVersion: ">=1.13.0-0"
|
|
name: "linkerd2"
|
|
sources:
|
|
- https://github.com/linkerd/linkerd2/
|
|
# this version will be updated by the CI before publishing the Helm tarball
|
|
version: 0.1.0
|
|
icon: https://linkerd.io/images/logo-only-200h.png
|
|
maintainers:
|
|
- name: Linkerd authors
|
|
email: cncf-linkerd-dev@lists.cncf.io
|
|
url: https://linkerd.io/
|