Skip to content

Commit

Permalink
Update README.md for Helm and Istio installation instructions
Browse files Browse the repository at this point in the history
- Updated Helm installation command for hlf-operator to version 1.11.1.
- Modified Istio installation command to specify ISTIO_VERSION as 1.23.3.

These changes ensure users are directed to the latest versions for better compatibility and performance.

Signed-off-by: David VIEJO <[email protected]>
  • Loading branch information
dviejokfs committed Dec 2, 2024
1 parent 8e3e686 commit a2a3a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To install helm: [https://helm.sh/docs/intro/install/](https://helm.sh/docs/intr
```bash
helm repo add kfs https://kfsoftware.github.io/hlf-helm-charts --force-update

helm install hlf-operator --version=1.11.0 -- kfs/hlf-operator
helm install hlf-operator --version=1.11.1 -- kfs/hlf-operator
```


Expand All @@ -137,7 +137,7 @@ kubectl krew install hlf

Install Istio binaries on the machine:
```bash
curl -L https://istio.io/downloadIstio | sh -
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.23.3 sh -
```

Install Istio on the Kubernetes cluster:
Expand Down

0 comments on commit a2a3a4e

Please sign in to comment.