Skip to content

Commit da72199

Browse files
committed
Update Contour Docker image to v1.13.1.
Signed-off-by: Steve Kriss <[email protected]>
1 parent 2f5f6fb commit da72199

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/contour/02-job-certgen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rules:
3636
apiVersion: batch/v1
3737
kind: Job
3838
metadata:
39-
name: contour-certgen-v1.13.0
39+
name: contour-certgen-v1.13.1
4040
namespace: projectcontour
4141
spec:
4242
ttlSecondsAfterFinished: 0
@@ -47,7 +47,7 @@ spec:
4747
spec:
4848
containers:
4949
- name: contour
50-
image: docker.io/projectcontour/contour:v1.13.0
50+
image: docker.io/projectcontour/contour:v1.13.1
5151
imagePullPolicy: Always
5252
command:
5353
- contour

examples/contour/03-contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- --contour-key-file=/certs/tls.key
4848
- --config-path=/config/contour.yaml
4949
command: ["contour"]
50-
image: docker.io/projectcontour/contour:v1.13.0
50+
image: docker.io/projectcontour/contour:v1.13.1
5151
imagePullPolicy: Always
5252
name: contour
5353
ports:

examples/contour/03-envoy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
args:
3030
- envoy
3131
- shutdown-manager
32-
image: docker.io/projectcontour/contour:v1.13.0
32+
image: docker.io/projectcontour/contour:v1.13.1
3333
imagePullPolicy: Always
3434
lifecycle:
3535
preStop:
@@ -108,7 +108,7 @@ spec:
108108
- --envoy-key-file=/certs/tls.key
109109
command:
110110
- contour
111-
image: docker.io/projectcontour/contour:v1.13.0
111+
image: docker.io/projectcontour/contour:v1.13.1
112112
imagePullPolicy: Always
113113
name: envoy-initconfig
114114
volumeMounts:

examples/render/contour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ rules:
17461746
apiVersion: batch/v1
17471747
kind: Job
17481748
metadata:
1749-
name: contour-certgen-v1.13.0
1749+
name: contour-certgen-v1.13.1
17501750
namespace: projectcontour
17511751
spec:
17521752
ttlSecondsAfterFinished: 0
@@ -1757,7 +1757,7 @@ spec:
17571757
spec:
17581758
containers:
17591759
- name: contour
1760-
image: docker.io/projectcontour/contour:v1.13.0
1760+
image: docker.io/projectcontour/contour:v1.13.1
17611761
imagePullPolicy: Always
17621762
command:
17631763
- contour
@@ -2007,7 +2007,7 @@ spec:
20072007
- --contour-key-file=/certs/tls.key
20082008
- --config-path=/config/contour.yaml
20092009
command: ["contour"]
2010-
image: docker.io/projectcontour/contour:v1.13.0
2010+
image: docker.io/projectcontour/contour:v1.13.1
20112011
imagePullPolicy: IfNotPresent
20122012
name: contour
20132013
ports:
@@ -2096,7 +2096,7 @@ spec:
20962096
args:
20972097
- envoy
20982098
- shutdown-manager
2099-
image: docker.io/projectcontour/contour:v1.13.0
2099+
image: docker.io/projectcontour/contour:v1.13.1
21002100
imagePullPolicy: IfNotPresent
21012101
lifecycle:
21022102
preStop:
@@ -2175,7 +2175,7 @@ spec:
21752175
- --envoy-key-file=/certs/tls.key
21762176
command:
21772177
- contour
2178-
image: docker.io/projectcontour/contour:v1.13.0
2178+
image: docker.io/projectcontour/contour:v1.13.1
21792179
imagePullPolicy: IfNotPresent
21802180
name: envoy-initconfig
21812181
volumeMounts:

0 commit comments

Comments
 (0)