Skip to content

Commit

Permalink
Merge 09778e3 into 50f17a3
Browse files Browse the repository at this point in the history
  • Loading branch information
skriss authored Mar 1, 2021
2 parents 50f17a3 + 09778e3 commit 374a4be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRCDIRS := ./cmd ./internal ./apis
LOCAL_BOOTSTRAP_CONFIG = localenvoyconfig.yaml
SECURE_LOCAL_BOOTSTRAP_CONFIG = securelocalenvoyconfig.yaml
PHONY = gencerts
ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.17.0
ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.17.1

# The version of Jekyll is pinned in site/Gemfile.lock.
# https://docs.netlify.com/configure-builds/common-configurations/#jekyll
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.17.0
image: docker.io/envoyproxy/envoy:v1.17.1
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 @@ -2120,7 +2120,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.17.0
image: docker.io/envoyproxy/envoy:v1.17.1
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down

0 comments on commit 374a4be

Please sign in to comment.