Skip to content

Commit

Permalink
example: update envoy to 1.12.2
Browse files Browse the repository at this point in the history
Updates projectcontour#1351

Do not merge til 10th of December 2019 at 10:00 PDT (18:00 GMT).

https://groups.google.com/forum/#!msg/envoy-announce/Z4_JwSksPpY/aUGfjc86BwAJ

Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Dec 9, 2019
1 parent 96fb301 commit 243a036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.11.2
image: docker.io/envoyproxy/envoy:v1.12.2
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.11.2
image: docker.io/envoyproxy/envoy:v1.12.2
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down

0 comments on commit 243a036

Please sign in to comment.