Skip to content

Commit

Permalink
tests: Update install Istio GH action script
Browse files Browse the repository at this point in the history
Use Istio 1.16 for testing

Signed-off-by: Apostolos Gerakaris <[email protected]>
  • Loading branch information
apo-ger committed Nov 24, 2022
1 parent 46bcfcb commit b20d841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-actions/install_istio.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
echo "Installing Istio ..."
cd common/istio-1-14
cd common/istio-1-16
kustomize build istio-crds/base | kubectl apply -f -
kustomize build istio-namespace/base | kubectl apply -f -
kustomize build istio-install/base | kubectl apply -f -

0 comments on commit b20d841

Please sign in to comment.