Skip to content

Commit

Permalink
[2.9.x] upgrade envoy to v1.27.4 (#9919)
Browse files Browse the repository at this point in the history
Fixes
GHSA-j654-3ccm-vfmm

Co-authored-by: Robert Uhl <robert.uhl@hpe.com>
  • Loading branch information
jrockway and robert-uhl committed Apr 4, 2024
1 parent 77c76ac commit babb5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/main.yml
Expand Up @@ -725,7 +725,7 @@ jobs:
find . -maxdepth 10 -name \*.jsonnet | xargs jsonnet-lint
test-envoy:
docker:
- image: envoyproxy/envoy:v1.27.1
- image: envoyproxy/envoy:v1.27.4
entrypoint: /bin/sh
steps:
- run: apt update
Expand Down
2 changes: 1 addition & 1 deletion etc/helm/pachyderm/values.yaml
Expand Up @@ -1291,7 +1291,7 @@ proxy:
# The envoy image to pull.
image:
repository: "envoyproxy/envoy-distroless"
tag: "v1.27.1"
tag: "v1.27.4"
pullPolicy: "IfNotPresent"
# Set up resources. The proxy is configured to shed traffic before using 500MB of RAM, so that's
# a resonable memory limit. It doesn't need much CPU.
Expand Down

0 comments on commit babb5ee

Please sign in to comment.