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: