Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit b1e8ad2

Browse files
committed
e2e on istio 1.7.3
Signed-off-by: mathetake <[email protected]>
1 parent f0aa8b3 commit b1e8ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
e2e-tests:
4444
strategy:
4545
matrix:
46-
istio-version: [ 1.7.0, 1.7.1, 1.7.2 ]
46+
istio-version: [ 1.7.0, 1.7.1, 1.7.2, 1.7.3 ]
4747
name: e2e tests on examples
4848
needs: build-examples
4949
runs-on: ubuntu-latest

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# docker image for running e2e tests using istio/proxyv2 binary
1616
# TODO: build on GHA
1717

18-
FROM istio/proxyv2:1.7.2
18+
FROM istio/proxyv2:1.7.3
1919

2020
FROM golang:1.15
2121

0 commit comments

Comments
 (0)