diff --git a/Makefile b/Makefile index 6689b83f697..b03f25924d1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index 9b3462806b5..068683c118e 100644 --- a/examples/contour/03-envoy.yaml +++ b/examples/contour/03-envoy.yaml @@ -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: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index f685ea8b537..ef43e44c18a 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -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: