linkerd2/viz/charts/linkerd-viz
katelyn martin 8901363d02
chore(deps): bump extension-init from 0.1.6 to 0.1.7 (#14392)
this commit updates the extension-init component to a new release that
depends on slab 0.4.11.

see: https://github.com/BuoyantIO/enterprise-linkerd/security/dependabot/92

changes:
* https://github.com/linkerd/linkerd-extension-init/pull/174
* https://github.com/linkerd/linkerd-extension-init/pull/176
* https://github.com/linkerd/linkerd-extension-init/pull/177
* https://github.com/linkerd/linkerd-extension-init/pull/178
* https://github.com/linkerd/linkerd-extension-init/pull/179
* https://github.com/linkerd/linkerd-extension-init/pull/181
* https://github.com/linkerd/linkerd-extension-init/pull/182
* https://github.com/linkerd/linkerd-extension-init/pull/183

https://github.com/linkerd/linkerd-extension-init/releases/tag/release%2Fv0.1.7

see: 8e87d9cbf2/Cargo.lock (L1395-L1399)

Signed-off-by: katelyn martin <kate@buoyant.io>
2025-08-19 11:34:53 -04:00
..
templates fix(helm): Fix cli version string in extensions (#14309) 2025-08-01 12:37:28 -07:00
.helmignore viz: move some components into linkerd-viz (#5340) 2020-12-23 20:17:31 +05:30
Chart.yaml test(deps): upgrade minimum k8s version to 1.23 (#13691) 2025-02-21 13:40:36 -08:00
README.md.gotmpl Update repo references in helm docs (#12120) 2024-02-22 09:44:31 -05:00
requirements.lock viz: move some components into linkerd-viz (#5340) 2020-12-23 20:17:31 +05:30
requirements.yaml viz: move some components into linkerd-viz (#5340) 2020-12-23 20:17:31 +05:30
values-ha.yaml Add PDB on linkerd-viz Helm chart (#11628) 2023-11-23 11:23:28 -05:00
values.yaml chore(deps): bump extension-init from 0.1.6 to 0.1.7 (#14392) 2025-08-19 11:34:53 -04:00

README.md.gotmpl

{{ template "chart.header" . }}
{{ template "chart.description" . }}

{{ template "chart.versionBadge" . }}
{{ template "chart.typeBadge" . }}
{{ template "chart.appVersionBadge" . }}

{{ template "chart.homepageLine" . }}

## Quickstart and documentation

You can run Linkerd on any Kubernetes cluster in a matter of seconds. See the
[Linkerd Getting Started Guide][getting-started] for how.

For more comprehensive documentation, start with the [Linkerd
docs][linkerd-docs].

## Prerequisite: Linkerd Core Control-Plane

Before installing the Linkerd Viz extension, The core control-plane has to
be installed first by following the [Linkerd Install
Guide](https://linkerd.io/2/tasks/install/).

## Adding Linkerd's Helm repository

```bash
# To add the repo for Linkerd edge releases:
helm repo add linkerd https://helm.linkerd.io/edge
```

## Installing the Viz Extension Chart

```bash
helm install linkerd-viz -n linkerd-viz --create-namespace linkerd/linkerd-viz
```

## Get involved

* Check out Linkerd's source code at [GitHub][linkerd2].
* Join Linkerd's [user mailing list][linkerd-users], [developer mailing
  list][linkerd-dev], and [announcements mailing list][linkerd-announce].
* Follow [@linkerd][twitter] on Twitter.
* Join the [Linkerd Slack][slack].

[getting-started]: https://linkerd.io/2/getting-started/
[linkerd2]: https://github.com/linkerd/linkerd2
[linkerd-announce]: https://lists.cncf.io/g/cncf-linkerd-announce
[linkerd-dev]: https://lists.cncf.io/g/cncf-linkerd-dev
[linkerd-docs]: https://linkerd.io/2/overview/
[linkerd-users]: https://lists.cncf.io/g/cncf-linkerd-users
[slack]: http://slack.linkerd.io
[twitter]: https://twitter.com/linkerd

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}