Skip to content

Commit

Permalink
Update Contour Docker image to v1.5.1.
Browse files Browse the repository at this point in the history
Signed-off-by: James Peach <jpeach@vmware.com>
  • Loading branch information
jpeach committed Jun 18, 2020
1 parent 096944c commit 9ecdd1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/contour/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.5.0
image: docker.io/projectcontour/contour:v1.5.1
imagePullPolicy: Always
name: contour
ports:
Expand Down
4 changes: 2 additions & 2 deletions examples/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.5.0
image: docker.io/projectcontour/contour:v1.5.1
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.5.0
image: docker.io/projectcontour/contour:v1.5.1
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.5.0
image: docker.io/projectcontour/contour:v1.5.1
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -1788,7 +1788,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.5.0
image: docker.io/projectcontour/contour:v1.5.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1863,7 +1863,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.5.0
image: docker.io/projectcontour/contour:v1.5.1
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 9ecdd1d

Please sign in to comment.