From b39f469df9a1e0ac9f0d4ea4d134ea2c1f31102f Mon Sep 17 00:00:00 2001 From: Steve Sloka Date: Fri, 21 Jun 2019 10:14:15 -0400 Subject: [PATCH] Update example deployment manifests to use v0.13.0 Signed-off-by: Steve Sloka --- examples/deployment-grpc-v2/02-contour.yaml | 4 ++-- examples/ds-grpc-v2/02-contour.yaml | 4 ++-- examples/ds-hostnet-split/03-contour.yaml | 2 +- examples/ds-hostnet-split/03-envoy.yaml | 2 +- examples/ds-hostnet/02-contour.yaml | 4 ++-- examples/render/daemonset-rbac.yaml | 4 ++-- examples/render/deployment-rbac.yaml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/deployment-grpc-v2/02-contour.yaml b/examples/deployment-grpc-v2/02-contour.yaml index 15d89a76e16..8acd086fb7b 100644 --- a/examples/deployment-grpc-v2/02-contour.yaml +++ b/examples/deployment-grpc-v2/02-contour.yaml @@ -20,7 +20,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: contour command: ["contour"] @@ -60,7 +60,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/ds-grpc-v2/02-contour.yaml b/examples/ds-grpc-v2/02-contour.yaml index 102a3716fad..14c394a5603 100644 --- a/examples/ds-grpc-v2/02-contour.yaml +++ b/examples/ds-grpc-v2/02-contour.yaml @@ -21,7 +21,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: contour command: ["contour"] @@ -61,7 +61,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/ds-hostnet-split/03-contour.yaml b/examples/ds-hostnet-split/03-contour.yaml index 9902535ac61..49f69631801 100644 --- a/examples/ds-hostnet-split/03-contour.yaml +++ b/examples/ds-hostnet-split/03-contour.yaml @@ -36,7 +36,7 @@ spec: - --envoy-service-http-port=80 - --envoy-service-https-port=443 command: ["contour"] - image: gcr.io/heptio-images/contour:master + image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: contour ports: diff --git a/examples/ds-hostnet-split/03-envoy.yaml b/examples/ds-hostnet-split/03-envoy.yaml index 865d65f032d..a51fa7fd818 100644 --- a/examples/ds-hostnet-split/03-envoy.yaml +++ b/examples/ds-hostnet-split/03-envoy.yaml @@ -69,7 +69,7 @@ spec: - $(CONTOUR_SERVICE_PORT) command: - contour - image: gcr.io/heptio-images/contour:master + image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: envoy-initconfig volumeMounts: diff --git a/examples/ds-hostnet/02-contour.yaml b/examples/ds-hostnet/02-contour.yaml index 86d081dc29f..cc98612f145 100644 --- a/examples/ds-hostnet/02-contour.yaml +++ b/examples/ds-hostnet/02-contour.yaml @@ -22,7 +22,7 @@ spec: spec: hostNetwork: true containers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always ports: - containerPort: 8000 @@ -65,7 +65,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/render/daemonset-rbac.yaml b/examples/render/daemonset-rbac.yaml index 6bd1141426d..6f554a8ce79 100644 --- a/examples/render/daemonset-rbac.yaml +++ b/examples/render/daemonset-rbac.yaml @@ -211,7 +211,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: contour command: ["contour"] @@ -251,7 +251,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/render/deployment-rbac.yaml b/examples/render/deployment-rbac.yaml index 8326c68212f..5a680b491cc 100644 --- a/examples/render/deployment-rbac.yaml +++ b/examples/render/deployment-rbac.yaml @@ -210,7 +210,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: contour command: ["contour"] @@ -250,7 +250,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:master + - image: gcr.io/heptio-images/contour:v0.13.0 imagePullPolicy: Always name: envoy-initconfig command: ["contour"]