From a2a3a4ecd0f4fa1d7039a8b89e6e03fac2e78187 Mon Sep 17 00:00:00 2001 From: David VIEJO Date: Mon, 2 Dec 2024 14:56:33 +0100 Subject: [PATCH] Update README.md for Helm and Istio installation instructions - 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5894bf5d..32b3bce4 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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: