Skip to content

Commit

Permalink
examples: upgrade to envoy 1.11.0
Browse files Browse the repository at this point in the history
Fixes projectcontour#1242

Signed-off-by: Dave Cheney <[email protected]>
  • Loading branch information
davecheney committed Jul 31, 2019
1 parent 74b6e68 commit 21e5cdf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/deployment-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
httpGet:
path: /healthz
port: 8000
- image: docker.io/envoyproxy/envoy:v1.10.0
- image: docker.io/envoyproxy/envoy:v1.11.0
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
httpGet:
path: /healthz
port: 8000
- image: docker.io/envoyproxy/envoy:v1.10.0
- image: docker.io/envoyproxy/envoy:v1.11.0
name: envoy
ports:
- containerPort: 8080
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 @@ -31,7 +31,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.10.0
image: docker.io/envoyproxy/envoy:v1.11.0
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
httpGet:
path: /healthz
port: 8000
- image: docker.io/envoyproxy/envoy:v1.10.0
- image: docker.io/envoyproxy/envoy:v1.11.0
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/render/daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
httpGet:
path: /healthz
port: 8000
- image: docker.io/envoyproxy/envoy:v1.10.0
- image: docker.io/envoyproxy/envoy:v1.11.0
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/render/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
httpGet:
path: /healthz
port: 8000
- image: docker.io/envoyproxy/envoy:v1.10.0
- image: docker.io/envoyproxy/envoy:v1.11.0
name: envoy
ports:
- containerPort: 8080
Expand Down

0 comments on commit 21e5cdf

Please sign in to comment.