Skip to content

Commit

Permalink
Upgrade to distroless envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgrath207 committed Sep 6, 2024
1 parent 6f0b49f commit 5b9755e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:

gateway:
- quay.io/maistra-dev/proxyv2-ubi8:2.4-latest
- docker.io/envoyproxy/envoy:v1.26-latest
- docker.io/envoyproxy/envoy:v1.27-latest
- docker.io/envoyproxy/envoy:v1.28-latest
- docker.io/envoyproxy/envoy:distroless-v1.26-latest
- docker.io/envoyproxy/envoy:distroless-v1.27-latest
- docker.io/envoyproxy/envoy:distroless-v1.28-latest
- docker.io/envoyproxy/envoy:distroless-v1.29-latest
- docker.io/envoyproxy/envoy:distroless-v1.30-latest
- docker.io/envoyproxy/envoy:distroless-v1.31-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 @@ -55,7 +55,7 @@ spec:
env:
- name: DRAIN_TIME_SECONDS
value: "15"
image: docker.io/envoyproxy/envoy:v1.26-latest
image: docker.io/envoyproxy/envoy:distroless-v1.31-latest
name: kourier-gateway
ports:
- name: http2-external
Expand Down

0 comments on commit 5b9755e

Please sign in to comment.