From 850de85eb94c8deac6ad2e7c6a059e7390ebd187 Mon Sep 17 00:00:00 2001 From: Steve Sloka Date: Tue, 10 Jul 2018 20:31:27 -0400 Subject: [PATCH] Bump Contour version to alpha.3 Signed-off-by: Steve Sloka --- deployment/contour/03-contour.yaml | 2 +- deployment/contour/03-envoy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/contour/03-contour.yaml b/deployment/contour/03-contour.yaml index e0d6a7b2..85bd8da5 100644 --- a/deployment/contour/03-contour.yaml +++ b/deployment/contour/03-contour.yaml @@ -35,7 +35,7 @@ spec: - --envoy-http-port - "80" command: ["contour"] - image: gcr.io/heptio-images/contour:v0.6.0-alpha.1 + image: gcr.io/heptio-images/contour:v0.6.0-alpha.3 imagePullPolicy: Always name: contour ports: diff --git a/deployment/contour/03-envoy.yaml b/deployment/contour/03-envoy.yaml index ce26e015..3277e8e1 100644 --- a/deployment/contour/03-envoy.yaml +++ b/deployment/contour/03-envoy.yaml @@ -75,7 +75,7 @@ spec: - --statsd-enabled command: - contour - image: gcr.io/heptio-images/contour:v0.6.0-alpha.1 + image: gcr.io/heptio-images/contour:v0.6.0-alpha.3 imagePullPolicy: Always name: envoy-initconfig volumeMounts: