diff options
author | Adrian Villin <avillin@cisco.com> | 2024-07-23 12:51:14 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-07-24 15:54:02 +0000 |
commit | 2a2c6531691da9153b296c1e4d35dba072d92979 (patch) | |
tree | 87740748e9713d413a0cde2f8d007ee1b49f6d83 /extras/hs-test/topo-containers | |
parent | c712de5a8eb8736f8d043659dbc5b60efd5ce998 (diff) |
hs-test: update envoy
- v1.21 -> 1.30
Type: test
Change-Id: Ib79a4addc0a93089c41c13abffc3e8f0af4c0d91
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers')
-rw-r--r-- | extras/hs-test/topo-containers/ns.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |