Skip to content

Commit

Permalink
Update Contour Docker image to v1.15.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed Aug 26, 2021
1 parent 0c8ba5e commit 318059e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/contour/02-job-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.15.1
name: contour-certgen-v1.15.2
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: Always
command:
- contour
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
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.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down Expand Up @@ -113,7 +113,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.15.1
name: contour-certgen-v1.15.2
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -2699,7 +2699,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -2969,7 +2969,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -3058,7 +3058,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -3142,7 +3142,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.15.1
image: docker.io/projectcontour/contour:v1.15.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 318059e

Please sign in to comment.