Skip to content

Commit

Permalink
Bump envoy version to 1.25 and 1.26 (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 authored Sep 15, 2023
1 parent 7018ba6 commit 396177a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

gateway:
- quay.io/maistra-dev/proxyv2-ubi8:2.4-latest
- docker.io/envoyproxy/envoy:v1.24-latest
- docker.io/envoyproxy/envoy:v1.25-latest
- docker.io/envoyproxy/envoy:v1.26-latest

upstream-tls:
- plain
Expand Down
2 changes: 1 addition & 1 deletion config/300-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
- --log-level info
command:
- /usr/local/bin/envoy
image: docker.io/envoyproxy/envoy:v1.24-latest
image: docker.io/envoyproxy/envoy:v1.25-latest
name: kourier-gateway
ports:
- name: http2-external
Expand Down

0 comments on commit 396177a

Please sign in to comment.