Skip to content

Commit

Permalink
Update chart repo in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Heubeck <[email protected]>
  • Loading branch information
heubeck committed Dec 29, 2023
1 parent 664b869 commit 4aeb6bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions charts/linkerd-smi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,19 @@ Before installing the Linkerd SMI 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
## Adding Linkerd-smi's Helm repository

```bash
# To add the repo for Linkerd2 stable releases:
helm repo add linkerd https://helm.linkerd.io/stable
# To add the repo for Linkerd2 edge releases:
helm repo add linkerd-edge https://helm.linkerd.io/edge
# To add the repo for Linkerd2 smi charts:
helm repo add linkerd-smi https://linkerd.github.io/linkerd-smi
```

The following instructions use the `linkerd` repo. For installing an edge
release, just replace with `linkerd-edge`.
The following instructions use the `linkerd-smi` repo.

## Installing the SMI Extension Chart

```bash
helm install linkerd/linkerd-smi
helm install linkerd-smi/linkerd-smi
```

## Get involved
Expand Down
13 changes: 5 additions & 8 deletions charts/linkerd-smi/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,19 @@ Before installing the Linkerd SMI 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
## Adding Linkerd-smi's Helm repository

```bash
# To add the repo for Linkerd2 stable releases:
helm repo add linkerd https://helm.linkerd.io/stable
# To add the repo for Linkerd2 edge releases:
helm repo add linkerd-edge https://helm.linkerd.io/edge
# To add the repo for Linkerd2 smi charts:
helm repo add linkerd-smi https://linkerd.github.io/linkerd-smi
```

The following instructions use the `linkerd` repo. For installing an edge
release, just replace with `linkerd-edge`.
The following instructions use the `linkerd-smi` repo.

## Installing the SMI Extension Chart

```bash
helm install linkerd/linkerd-smi
helm install linkerd-smi/linkerd-smi
```

## Get involved
Expand Down

0 comments on commit 4aeb6bf

Please sign in to comment.