diff --git a/examples/deployment-grpc-v2/02-contour.yaml b/examples/deployment-grpc-v2/02-contour.yaml index 6c958960bc2..ce93ff8a463 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.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -88,7 +88,7 @@ spec: - "POST /healthcheck/fail HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" - '>/dev/tcp/localhost/9001' initContainers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.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 5ab0d8f2f3f..24091e245e7 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.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -89,7 +89,7 @@ spec: - "POST /healthcheck/fail HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" - '>/dev/tcp/localhost/9001' initContainers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.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 e58b95b7b9c..d4d674cc883 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.15.0 + image: gcr.io/heptio-images/contour:v0.15.1 command: - contour - certgen diff --git a/examples/ds-hostnet-split/03-contour.yaml b/examples/ds-hostnet-split/03-contour.yaml index 8f6e291e5a9..52da7f0fade 100644 --- a/examples/ds-hostnet-split/03-contour.yaml +++ b/examples/ds-hostnet-split/03-contour.yaml @@ -43,7 +43,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: gcr.io/heptio-images/contour:v0.15.0 + image: gcr.io/heptio-images/contour:v0.15.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 4d0e6d0aa33..a7489f15ded 100644 --- a/examples/ds-hostnet-split/03-envoy.yaml +++ b/examples/ds-hostnet-split/03-envoy.yaml @@ -91,7 +91,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: gcr.io/heptio-images/contour:v0.15.0 + image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: envoy-initconfig volumeMounts: diff --git a/examples/ds-hostnet/02-contour.yaml b/examples/ds-hostnet/02-contour.yaml index a732602b45f..86360ba89f8 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.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always ports: - containerPort: 8000 @@ -93,7 +93,7 @@ spec: - "POST /healthcheck/fail HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" - '>/dev/tcp/localhost/9001' initContainers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/render/daemonset-rbac.yaml b/examples/render/daemonset-rbac.yaml index 7432ec0de2b..90c9e8545d1 100644 --- a/examples/render/daemonset-rbac.yaml +++ b/examples/render/daemonset-rbac.yaml @@ -282,7 +282,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -350,7 +350,7 @@ spec: - "POST /healthcheck/fail HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" - '>/dev/tcp/localhost/9001' initContainers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/examples/render/deployment-rbac.yaml b/examples/render/deployment-rbac.yaml index ffc6668f897..0dc1d451ad4 100644 --- a/examples/render/deployment-rbac.yaml +++ b/examples/render/deployment-rbac.yaml @@ -281,7 +281,7 @@ spec: prometheus.io/path: "/stats/prometheus" spec: containers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: contour command: ["contour"] @@ -349,7 +349,7 @@ spec: - "POST /healthcheck/fail HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" - '>/dev/tcp/localhost/9001' initContainers: - - image: gcr.io/heptio-images/contour:v0.15.0 + - image: gcr.io/heptio-images/contour:v0.15.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"]