From 49eb11b09dc172ff816068d050c23d5cc2ab8e0d Mon Sep 17 00:00:00 2001 From: Matteo Pace Date: Tue, 2 Jul 2024 13:32:35 +0200 Subject: [PATCH] chore: updates to latest envoy images (#284) --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7fc4fe6..a0ca7fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,11 @@ env: TINYGO_VERSION: 0.30.0 # Run e2e tests against latest two releases and latest dev ENVOY_IMAGES: > + envoyproxy/envoy:v1.30-latest envoyproxy/envoy:v1.29-latest - envoyproxy/envoy:v1.28-latest envoyproxy/envoy-dev:latest - istio/proxyv2:1.21.0 - istio/proxyv2:1.20.4 + istio/proxyv2:1.22.1 + istio/proxyv2:1.21.3 jobs: build: