From 09778e3e9897014fa52a19b0ed4bad08d6f712c2 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Fri, 26 Feb 2021 09:15:37 -0700 Subject: [PATCH] examples: update Envoy to 1.17.1 Signed-off-by: Steve Kriss --- Makefile | 2 +- examples/contour/03-envoy.yaml | 2 +- examples/render/contour.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: