Skip to content

Commit

Permalink
Update Contour Docker image to v1.18.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Young <ynick@vmware.com>
  • Loading branch information
Nick Young committed Nov 18, 2021
1 parent 7bbb6ed commit 011857b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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.18.2
name: contour-certgen-v1.18.3
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
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.18.2
image: docker.io/projectcontour/contour:v1.18.3
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.18.2
image: docker.io/projectcontour/contour:v1.18.3
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.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.18.2
name: contour-certgen-v1.18.3
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -2726,7 +2726,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -2999,7 +2999,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -3088,7 +3088,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -3172,7 +3172,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: IfNotPresent
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 @@ -2712,7 +2712,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.18.2
name: contour-certgen-v1.18.3
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -2723,7 +2723,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -2996,7 +2996,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -3085,7 +3085,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -3169,7 +3169,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.18.2
image: docker.io/projectcontour/contour:v1.18.3
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 011857b

Please sign in to comment.