From 74d727e701138669fec70593fe7298b31767b83d Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Fri, 2 Aug 2019 11:52:55 +1000 Subject: [PATCH] examples: update for 0.14.1 Signed-off-by: Dave Cheney --- examples/deployment-grpc-v2/02-contour.yaml | 4 ++-- examples/ds-grpc-v2/02-contour.yaml | 4 ++-- examples/ds-hostnet-split/02-job-certgen.yaml | 2 +- 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 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/deployment-grpc-v2/02-contour.yaml b/examples/deployment-grpc-v2/02-contour.yaml index e24f78dd811..590df8de2eb 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 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 9f17bb3af69..40d0dcf224b 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/ds-hostnet-split/02-job-certgen.yaml b/examples/ds-hostnet-split/02-job-certgen.yaml index 8c78e3acf20..aba7f917d22 100644 --- a/examples/ds-hostnet-split/02-job-certgen.yaml +++ b/examples/ds-hostnet-split/02-job-certgen.yaml @@ -51,7 +51,7 @@ spec: spec: containers: - name: contour - image: gcr.io/heptio-images/contour:v0.14.0 + image: gcr.io/heptio-images/contour:v0.14.1 command: - contour - certgen diff --git a/examples/ds-hostnet-split/03-contour.yaml b/examples/ds-hostnet-split/03-contour.yaml index 747686e4f6d..48f446c4fa0 100644 --- a/examples/ds-hostnet-split/03-contour.yaml +++ b/examples/ds-hostnet-split/03-contour.yaml @@ -39,7 +39,7 @@ spec: - --contour-cert-file=/certs/tls.crt - --contour-key-file=/certs/tls.key command: ["contour"] - image: gcr.io/heptio-images/contour:v0.14.0 + image: gcr.io/heptio-images/contour:v0.14.1 imagePullPolicy: Always name: contour ports: diff --git a/examples/ds-hostnet-split/03-envoy.yaml b/examples/ds-hostnet-split/03-envoy.yaml index 07d47a20a76..4953d8e6fc5 100644 --- a/examples/ds-hostnet-split/03-envoy.yaml +++ b/examples/ds-hostnet-split/03-envoy.yaml @@ -76,7 +76,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: gcr.io/heptio-images/contour:v0.14.0 + image: gcr.io/heptio-images/contour:v0.14.1 imagePullPolicy: Always name: envoy-initconfig volumeMounts: diff --git a/examples/ds-hostnet/02-contour.yaml b/examples/ds-hostnet/02-contour.yaml index f6a707a47ac..69575a64c4e 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/render/daemonset-rbac.yaml b/examples/render/daemonset-rbac.yaml index 8a8e232e075..9b8572dfa30 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/render/deployment-rbac.yaml b/examples/render/deployment-rbac.yaml index d44e84b6dd2..1ddf3b39273 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 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:v0.14.0 + - image: gcr.io/heptio-images/contour:v0.14.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"]