Skip to content

Commit

Permalink
Fix istio version to 1.22.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Romero027 committed Aug 16, 2024
1 parent 0103955 commit c5cf059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/istio_setup_ambient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -ex

curl -k -L https://istio.io/downloadIstio | sh -
curl -k -L https://istio.io/downloadIstio | ISTIO_VERSION=1.22.3 sh -
pushd istio-*
sudo cp bin/istioctl /usr/local/bin
kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \
Expand Down
2 changes: 1 addition & 1 deletion utils/istio_setup_sidecar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

curl -k -L https://istio.io/downloadIstio | sh -
curl -k -L https://istio.io/downloadIstio | ISTIO_VERSION=1.22.3 sh -
pushd istio-*
sudo cp bin/istioctl /usr/local/bin
istioctl x precheck
Expand Down

0 comments on commit c5cf059

Please sign in to comment.