Skip to content

Commit

Permalink
examples: update release version to v0.15.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 Oct 8, 2019
1 parent 034d231 commit ba6ab39
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
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions examples/ds-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/02-job-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions examples/ds-hostnet/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions examples/render/daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions examples/render/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit ba6ab39

Please sign in to comment.