From e6ecf353bb1e73ea380134f4ebc5966cb5726afd Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Wed, 22 May 2019 11:07:32 +1000 Subject: [PATCH] deployment: update deployment for v0.12.1 Signed-off-by: Dave Cheney --- deployment/deployment-grpc-v2/02-contour.yaml | 4 ++-- deployment/ds-grpc-v2/02-contour.yaml | 4 ++-- deployment/ds-hostnet-split/03-contour.yaml | 2 +- deployment/ds-hostnet-split/03-envoy.yaml | 2 +- deployment/ds-hostnet/02-contour.yaml | 4 ++-- deployment/render/daemonset-rbac.yaml | 4 ++-- deployment/render/deployment-rbac.yaml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deployment/deployment-grpc-v2/02-contour.yaml b/deployment/deployment-grpc-v2/02-contour.yaml index 39f4ae78a53..a28a3804516 100644 --- a/deployment/deployment-grpc-v2/02-contour.yaml +++ b/deployment/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.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -52,7 +52,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/ds-grpc-v2/02-contour.yaml b/deployment/ds-grpc-v2/02-contour.yaml index 04c5435e2ce..bd005545d5d 100644 --- a/deployment/ds-grpc-v2/02-contour.yaml +++ b/deployment/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.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -53,7 +53,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/ds-hostnet-split/03-contour.yaml b/deployment/ds-hostnet-split/03-contour.yaml index e4ecc1635d8..b4b8b5ee179 100644 --- a/deployment/ds-hostnet-split/03-contour.yaml +++ b/deployment/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:v0.12.0 + image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: contour ports: diff --git a/deployment/ds-hostnet-split/03-envoy.yaml b/deployment/ds-hostnet-split/03-envoy.yaml index 1be3cbda81c..3613b479160 100644 --- a/deployment/ds-hostnet-split/03-envoy.yaml +++ b/deployment/ds-hostnet-split/03-envoy.yaml @@ -84,7 +84,7 @@ spec: - --statsd-enabled command: - contour - image: gcr.io/heptio-images/contour:v0.12.0 + image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: envoy-initconfig volumeMounts: diff --git a/deployment/ds-hostnet/02-contour.yaml b/deployment/ds-hostnet/02-contour.yaml index 21487b0856c..45bbad94cdb 100644 --- a/deployment/ds-hostnet/02-contour.yaml +++ b/deployment/ds-hostnet/02-contour.yaml @@ -22,7 +22,7 @@ spec: spec: hostNetwork: true containers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always ports: - containerPort: 8000 @@ -57,7 +57,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/render/daemonset-rbac.yaml b/deployment/render/daemonset-rbac.yaml index f70288f78fa..809d7625a09 100644 --- a/deployment/render/daemonset-rbac.yaml +++ b/deployment/render/daemonset-rbac.yaml @@ -205,7 +205,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -237,7 +237,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/render/deployment-rbac.yaml b/deployment/render/deployment-rbac.yaml index f281a0ffda6..c6aa0e03dc1 100644 --- a/deployment/render/deployment-rbac.yaml +++ b/deployment/render/deployment-rbac.yaml @@ -204,7 +204,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -236,7 +236,7 @@ spec: exec: command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"] initContainers: - - image: gcr.io/heptio-images/contour:v0.12.0 + - image: gcr.io/heptio-images/contour:v0.12.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"]