From 2a2c6531691da9153b296c1e4d35dba072d92979 Mon Sep 17 00:00:00 2001 From: Adrian Villin Date: Tue, 23 Jul 2024 12:51:14 +0200 Subject: [PATCH] hs-test: update envoy - v1.21 -> 1.30 Type: test Change-Id: Ib79a4addc0a93089c41c13abffc3e8f0af4c0d91 Signed-off-by: Adrian Villin --- extras/hs-test/resources/envoy/proxy.yaml | 2 ++ extras/hs-test/topo-containers/ns.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/extras/hs-test/resources/envoy/proxy.yaml b/extras/hs-test/resources/envoy/proxy.yaml index 77da80d934d..41fc0044c99 100644 --- a/extras/hs-test/resources/envoy/proxy.yaml +++ b/extras/hs-test/resources/envoy/proxy.yaml @@ -30,6 +30,8 @@ static_resources: cluster: proxy_service http_filters: - name: envoy.filters.http.router + typed_config: + "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router clusters: - name: proxy_service connect_timeout: 0.25s diff --git a/extras/hs-test/topo-containers/ns.yaml b/extras/hs-test/topo-containers/ns.yaml index 2298ad232c2..3de5af59569 100644 --- a/extras/hs-test/topo-containers/ns.yaml +++ b/extras/hs-test/topo-containers/ns.yaml @@ -22,6 +22,6 @@ containers: value: "0" - name: "VCL_CONFIG" value: "/tmp/vcl.conf" - image: "envoyproxy/envoy-contrib:v1.21-latest" + image: "envoyproxy/envoy-contrib:v1.30-latest" extra-args: "--concurrency 2 -c /etc/envoy/envoy.yaml" is-optional: true -- 2.16.6