From bf59791b17180bd71cd93da71d47bce845ad285e Mon Sep 17 00:00:00 2001 From: bin Date: Sat, 13 Sep 2025 15:22:07 +0800 Subject: [PATCH] update istio version to v1.28 in guide document --- site-src/guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-src/guides/index.md b/site-src/guides/index.md index 3d47ff33a..af926acc1 100644 --- a/site-src/guides/index.md +++ b/site-src/guides/index.md @@ -178,7 +178,7 @@ Tooling: 2. Install Istio ``` - TAG=$(curl https://storage.googleapis.com/istio-build/dev/1.27-dev) + TAG=$(curl https://storage.googleapis.com/istio-build/dev/1.28-dev) # on Linux wget https://storage.googleapis.com/istio-build/dev/$TAG/istioctl-$TAG-linux-amd64.tar.gz tar -xvf istioctl-$TAG-linux-amd64.tar.gz