Skip to content

Commit

Permalink
feat: Updating readme for installation of latest Istio Addon for Kiali (
Browse files Browse the repository at this point in the history
  • Loading branch information
praseedasathaye committed Jan 22, 2024
1 parent dbc3036 commit e5d435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cluster with deployed Istio.
```sh
for ADDON in kiali jaeger prometheus grafana
do
ADDON_URL="https://raw.githubusercontent.com/istio/istio/release-1.18/samples/addons/$ADDON.yaml"
ADDON_URL="https://raw.githubusercontent.com/istio/istio/release-1.20/samples/addons/$ADDON.yaml"
kubectl apply -f $ADDON_URL
done
```
Expand Down

0 comments on commit e5d435a

Please sign in to comment.