Updated the Linkerd partner charts to point to edge, added linkerd-crds. (#984)

pull/985/head
Tom Dean 2024-03-08 13:06:27 -06:00 committed by GitHub
parent 2e5914f734
commit 3dfa8add2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 23 additions and 10 deletions

View File

@ -4,6 +4,11 @@ Linkerd is an ultra light, ultra simple, ultra powerful service mesh. Linkerd
adds security, observability, and reliability to Kubernetes, without the
complexity.
This particular chart only installs the control plane core. To gain access to
the observability features, please install the linkerd-viz chart. Other
extensions are available (multicluster, jaeger) under the linkerd Helm repo.
This particular Helm chart only installs the control plane core. You will also need to install the
linkerd-crds chart. This chart should be automatically installed along with any other dependencies.
If it is not installed as a dependency, install it first.
To gain access to the observability features, please install the linkerd-viz chart.
Other extensions are available (multicluster, jaeger) under the linkerd Helm repo.
Full documentation available at: https://linkerd.io/2/overview/

View File

@ -17,9 +17,3 @@ questions:
required: true
type: multiline
group: Identity
- variable: identity.issuer.crtExpiry
label: "Expiration timestamp for the issuer certificate"
description: "This must match the expiry date in crtPEM"
required: true
type: string
group: Identity

View File

@ -1,4 +1,5 @@
HelmRepo: https://helm.linkerd.io/stable
HelmRepo: https://helm.linkerd.io/edge
HelmChart: linkerd-control-plane
Vendor: Linkerd
DisplayName: Linkerd Control Plane
AutoInstall: linkerd-crds

View File

@ -0,0 +1,9 @@
# Linkerd 2 CRDs Chart
Linkerd is an ultra light, ultra simple, ultra powerful service mesh. Linkerd
adds security, observability, and reliability to Kubernetes, without the
complexity.
This particular Helm chart only installs Linkerd CRDs.
Full documentation available at: https://linkerd.io/2/overview/

View File

@ -0,0 +1,4 @@
HelmRepo: https://helm.linkerd.io/edge
HelmChart: linkerd-crds
Vendor: Linkerd
DisplayName: Linkerd CRDs