Skip to content

Commit

Permalink
Upgrade Istio test version to supported 1.22.x and bump kind
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Schade <tyler.schade@solo.io>
  • Loading branch information
tjons authored and ashutosh-narkar committed Aug 2, 2024
1 parent d0ecbdb commit be102d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/install-istio-with-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set -x

GOARCH=$(go env GOARCH)
GOOS=$(go env GOOS)
KIND_VERSION=0.11.1
ISTIO_VERSION=1.19.4
KIND_VERSION=0.23.0
ISTIO_VERSION=1.22.3

# Download and install kind
curl -L https://github.com/kubernetes-sigs/kind/releases/download/v${KIND_VERSION}/kind-${GOOS}-${GOARCH} --output kind && chmod +x kind && sudo mv kind /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
envoy:
image: envoyproxy/envoy:v1.26-latest
image: envoyproxy/envoy:v1.31-latest
ports:
- "9901:9901"
- "51051:51051"
Expand Down

0 comments on commit be102d7

Please sign in to comment.