Skip to content

Commit

Permalink
examples: update for 0.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Aug 2, 2019
1 parent 3c4476e commit 74d727e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/deployment-grpc-v2/02-contour.yaml
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions examples/ds-grpc-v2/02-contour.yaml
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/02-job-certgen.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/03-contour.yaml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/03-envoy.yaml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions examples/ds-hostnet/02-contour.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions examples/render/daemonset-rbac.yaml
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions examples/render/deployment-rbac.yaml
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 74d727e

Please sign in to comment.